kajobkajob2
Registered User.
- Local time
- Today, 06:16
- Joined
- Jun 8, 2013
- Messages
- 14
Hi people
I was wondering if you could help me with this.
I have a drop down list/ combo box in Excel. I made it by changing the validation properties of that cell.
Could someone tell me how to refer to the selected text in that combo box using VBA as i'm trying to make something similar to this forum's "forum jump".
The values are on a list on another sheet, they are January, February etc...
Basically, Could someone tell me what the VBA code would be to assign to an object so that the following happens:
When the button is clicked,Excel looks at what is in the combo box, it then sgoes to the work sheet with the name that is the same as what was selected in combo box.
Thanks in advance!!
I was wondering if you could help me with this.
I have a drop down list/ combo box in Excel. I made it by changing the validation properties of that cell.
Could someone tell me how to refer to the selected text in that combo box using VBA as i'm trying to make something similar to this forum's "forum jump".
The values are on a list on another sheet, they are January, February etc...
Basically, Could someone tell me what the VBA code would be to assign to an object so that the following happens:
When the button is clicked,Excel looks at what is in the combo box, it then sgoes to the work sheet with the name that is the same as what was selected in combo box.
Thanks in advance!!
