Thecraftycarrot
New Member
- Joined
- Nov 8, 2018
- Messages
- 27
Hi All,
I have a searchable combobox that works perfectly.
However i have been having some issues where the search box remains open.
The above is the code that i have.
When i activate the macro, it clears this with
i also tried the above code with .value at the end, same result.
however once completed the combox list remains open, across multiple tabs and workbooks, the only way yo remove it is clicking on it, which is not what i want. a) because it shouldn't do /require that b) runs the risk of populating the linked cell with values.
any help would be appreciated been pulling my hair out for days now trying to figure this out.
i hope this makes sense.
I have a searchable combobox that works perfectly.
However i have been having some issues where the search box remains open.
Code:
If ComboBox1.Value = "" Then Exit Sub
ComboBox1.ListFillRange = "nameSearch2"
Me.ComboBox1.DropDown
end sub
The above is the code that i have.
When i activate the macro, it clears this with
Code:
sheets("sheet2").range("a2) =""
however once completed the combox list remains open, across multiple tabs and workbooks, the only way yo remove it is clicking on it, which is not what i want. a) because it shouldn't do /require that b) runs the risk of populating the linked cell with values.
any help would be appreciated been pulling my hair out for days now trying to figure this out.
i hope this makes sense.
Last edited: