Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
I have set up a combo box using an input range from another worksheet. I want to be able to make a selection in the combo box and then have the macro go to another worksheet and find the first instance of that selected text and then loop through to find all subsequent instances of that selected text. I'm stuck on the first part though, actually finding the text. I found the following code which I thought would help, but I'm not sure of the reference to 'UserForm1.ComboBox1'. I'm not sure how to reference the specific combo box or it's text, and I'm not even sure if the code below is correct. Worksheets("SheetName").Cells.Find(UserForm1.Combo Box1.Text).Select Any help or input would be appreciated. Nicki |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing text in combo with anther FIND function | Excel Worksheet Functions | |||
find numbers in text and put value in another worksheet | Excel Programming | |||
Find text and print its corresponding worksheet name and row | Excel Worksheet Functions | |||
losing text from text box when pasting selection to word | Excel Discussion (Misc queries) | |||
Text Font Selection Inside Combo Box | Excel Programming |