Hi everyone,
I am new at VBA and struggling to come to terms with the whole language.
My problem is as follows:
I currently have a UserForm which opens when i open my excel workbook. Within this UserForm there is one ComboBox with three options. I would like to generate a new UserForm depending on the choice made in the ComboBox.
e.g. If "A" is chosen from the ComboBox then another UserFormA should come on. If "B" UserformB...ect
The end result would be that from the second Userform you would be able to make choices which would generate the data from the database...
Anyone know the coding for this, I expect its pretty straightforward...
Bookmarks