Hi All
This is my 1st post and I am just beginning with VBA code. I have set up an ActiveX combo box linked to an item list range "CATS" (expenditure categories) and the code at present does autocomplete using the initial text entry in the combo box. I would like to change this to a dynamic text string search which will filter the drop down display list to input string matches (any position) from the items in "CATS". I then use the down arrow and then ENTER to make the selection as well as moving down to the next row for the next selection process.
The code I have presently is;
Perhaps someone has written a code package that uses partial string matching in an ActiveX combo?![]()
Please Login or Register to view this content.
The code I have presently has been taken from an online sample somewhere and I have tinkered with it a little - it works just fine for autocomplete list selections.
I would really appreciate any help forum members can offer as I am stuck on this one.
Cheers from an Aussie.
Bookmarks