Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I created a Combo box with a list of names , that when clicked, goes to
that persons worksheet. This works fine except, if you click on a name, go to that worksheet then come back to the Combo Box, the same name is still highlighted and when clicked, nothing happens. You have to click on a different name for it to work. Is there a way around this so that you can click on whatever name appears in the box? I have the combo box in conjunction with Option Buttons. What I have (some of) at present is... If cboHouse.Text = "Joe Blow" And optHouse.Value = True Then Application.Goto Reference:=Worksheets("Sheet1").Range("A213"), _ Scroll:=True End End If If cboHouse.Text = "John Smith" And optHouse.Value = True Then Application.Goto Reference:=Worksheets("Sheet1").Range("A244"), _ Scroll:=True End End If End Sub Any help appreciated. Cheers Graham. --- Message posted from http://www.ExcelForum.com/ |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
linking a form combo box... results from the combo box to another | Excel Discussion (Misc queries) | |||
combo reference on another combo box for picking address etc. | Excel Worksheet Functions | |||
In Excel I need to set up a combo box based on another combo box. | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) | |||
"Combo Box - getting control combo box to stick in place in worksh | Excel Discussion (Misc queries) |