Dingoz2012
Board Regular
- Joined
- Jan 29, 2012
- Messages
- 163
I am stuck.
My dilemma is that I have some shapes on a worksheet, which when clicked bring up a user form for each individual shape clicked.
I've changed from having 15 individual user forms, to a single user form with a combobox which when a value is selected will save the data to the workbook which is the value of the combobox.
So as it is now I click on Shape 1 (called company 1), and it brings up a user form Called Company 1. Same for Shape 2 (called company 2) etc etc Company 2 has it's own user form
What I want is to be able to click on any shape and have it bring up 1 userform and populate the combobox on that form with the shape name.
EG. Click on Company 1, brings up Main user form and combobox 1 populates with Company 1
Click on Company 2, brings up Main user form and combobox 1 populates with Company 2 etc etc.
Stuck on how to make this happen.
Any suggestions greatly appreciated..
My dilemma is that I have some shapes on a worksheet, which when clicked bring up a user form for each individual shape clicked.
I've changed from having 15 individual user forms, to a single user form with a combobox which when a value is selected will save the data to the workbook which is the value of the combobox.
So as it is now I click on Shape 1 (called company 1), and it brings up a user form Called Company 1. Same for Shape 2 (called company 2) etc etc Company 2 has it's own user form
What I want is to be able to click on any shape and have it bring up 1 userform and populate the combobox on that form with the shape name.
EG. Click on Company 1, brings up Main user form and combobox 1 populates with Company 1
Click on Company 2, brings up Main user form and combobox 1 populates with Company 2 etc etc.
Stuck on how to make this happen.
Any suggestions greatly appreciated..
Last edited: