Hi everyone,
I have just 'graduated' to Excel 2010 and boy, has it made life 'Interesting'!
I need help with an 'ActiveX' ComboBox located on a worksheet.
I am using it to activate AutoFilters on the worksheet, using a list of over a thousand names as reference.
My problem is that unlike a ComboBox on a UserForm the ComboBox Activates as soon as a unique 'value' is entered rather than waiting for the user to hit the enter key. Also if the user pauses too long while typing the name it will begin re-entering the value.
Does anyone know how to force the ComboBox to wait for the user to hit enter? I still want it to 'match' the values actively against the reference list though.
I have already changed its code to _Click() rather than _Change().
Thanks,
Keith.
I have just 'graduated' to Excel 2010 and boy, has it made life 'Interesting'!
I need help with an 'ActiveX' ComboBox located on a worksheet.
I am using it to activate AutoFilters on the worksheet, using a list of over a thousand names as reference.
My problem is that unlike a ComboBox on a UserForm the ComboBox Activates as soon as a unique 'value' is entered rather than waiting for the user to hit the enter key. Also if the user pauses too long while typing the name it will begin re-entering the value.
Does anyone know how to force the ComboBox to wait for the user to hit enter? I still want it to 'match' the values actively against the reference list though.
I have already changed its code to _Click() rather than _Change().
Thanks,
Keith.