Yusuf
Active Member
- Joined
- Jun 1, 2004
- Messages
- 337
Hi everyone
I have various lists of tools with different sku numbers which are very similar and at the moment, we are using Ctrl+F but very often we do not get the result because the first six characters are the same for many but the last three change.
Example, 123000123, 123000456, 123000789, 123000246
I was using Google and as I keyed "Mr E" then suggestions came up below and "Mr Excel" was the first in the selection.
Can this be done with VBA code using a Textbox for entries and a Listbox to display suggestions. The difference will be that the Listbox requires two columns. One for the suggestion and the second for the SKU number.
For example, if I keyed the word "hammer" then suggestions like "Short Hammer", "Plastic Hammer" or even "Hammer Head" or "Hammer Shaft" with the SKU number beside each.
Any help will be greatly appreciated.
Regards
Yusuf
I have various lists of tools with different sku numbers which are very similar and at the moment, we are using Ctrl+F but very often we do not get the result because the first six characters are the same for many but the last three change.
Example, 123000123, 123000456, 123000789, 123000246
I was using Google and as I keyed "Mr E" then suggestions came up below and "Mr Excel" was the first in the selection.
Can this be done with VBA code using a Textbox for entries and a Listbox to display suggestions. The difference will be that the Listbox requires two columns. One for the suggestion and the second for the SKU number.
For example, if I keyed the word "hammer" then suggestions like "Short Hammer", "Plastic Hammer" or even "Hammer Head" or "Hammer Shaft" with the SKU number beside each.
Any help will be greatly appreciated.
Regards
Yusuf