Currently I have a list of data that can be filtered. From a user form i have a combo box which uses this list, i also have a toggle button to turn on or off the filter. The problem that i have is that the combo box always displays the entire list and includes filtered cells.
The range of the combo box is set by the range name function and is:
='Live UHC Info'!$A$6:INDEX('Live UHC Info'!$A$6:$A$1500,MATCH(REPT("z",255),+'Live UHC Info'!$A$6:$A$1500))
Thanks in advance for any help you provide
The range of the combo box is set by the range name function and is:
='Live UHC Info'!$A$6:INDEX('Live UHC Info'!$A$6:$A$1500,MATCH(REPT("z",255),+'Live UHC Info'!$A$6:$A$1500))
Thanks in advance for any help you provide