Roderick_E
Well-known Member
- Joined
- Oct 13, 2007
- Messages
- 2,051
I know you can obviously put a frame with controls on a multipage Userform at the time of design, but can I move/show/display/embed a frame with its controls that I saved on another multipage in the same Userform as user makes various selections on the Userform?
Currently, I am placing multiple frames on a multipage tab but setting visible = false until the user selects what I want to trigger frameX.visible=true. I'd like to simply move the userform from a hidden multipage tab and onto the visible multipage tab.
WHY?
Because it is easier for me to store the frames on non-visible multipage tabs where I can access and modify instead of having to figure out where they are buried in the pile. Thanks
Currently, I am placing multiple frames on a multipage tab but setting visible = false until the user selects what I want to trigger frameX.visible=true. I'd like to simply move the userform from a hidden multipage tab and onto the visible multipage tab.
WHY?
Because it is easier for me to store the frames on non-visible multipage tabs where I can access and modify instead of having to figure out where they are buried in the pile. Thanks