MFish
Board Regular
- Joined
- May 9, 2019
- Messages
- 76
Hi,
What I'm trying to complete is this -
I have a combobox1 that has data, "1-1", "1-2", etc. and within this same user form (userform1) there is 3 different option buttons to choose from.
I want to write a code that executes this...
I want to show userform2 when I choose optionbutton1, no matter the selection of combobox data, 1-1, 1-2, etc.
Show userform2 when I choose optionbutton2, "..."
Show userform3 when I choose optionbutton3, "..."
Please note I want this action to happen AFTER I have selected data in the combobox, not when I click on the optionbutton1. Possible?
Now, my question to you beyond this... If I want to build a multi-layer "Open this form", to "Open that form" will my existing form "save" the information before moving on?
What I'm trying to complete is this -
I have a combobox1 that has data, "1-1", "1-2", etc. and within this same user form (userform1) there is 3 different option buttons to choose from.
I want to write a code that executes this...
I want to show userform2 when I choose optionbutton1, no matter the selection of combobox data, 1-1, 1-2, etc.
Show userform2 when I choose optionbutton2, "..."
Show userform3 when I choose optionbutton3, "..."
Please note I want this action to happen AFTER I have selected data in the combobox, not when I click on the optionbutton1. Possible?
Now, my question to you beyond this... If I want to build a multi-layer "Open this form", to "Open that form" will my existing form "save" the information before moving on?