I am trying to used one UserForm for my program that has buttons to "call" certain frames. I do not know how to create the 8 frames, with content, and then have them appear based on the respective "Button" that is "Clicked".

Each from is to apprear in the same area of the user form but never at the same time. What I need to know is;

- How to create multiple frames for one user form that will be displayed in the same area of the userform,

CommandButton_Click()

Current Frame.Hide
Frame2.Show

Please help.

Thanks.