cjmitton
12-06-2012, 03:29 AM
I have a basic vba form which looks at a folder on my network drive and pulls back a list of the content meeting the relevent criteria.
The user can then select an item and it will be used in some way (generally a document inserted in to a template).
Now the lists are getting very long and the users are complaining slightly. having to scroll up and down to find the one they want. So I want to add a text box in to the form (which I've done called 'FilterTBox') so that when they start to type in the textbox the listbox below (Called 'ListMain') will either filter to show the remaining items or just move to the first item that matches those criteria and highlights it.
i.e. if some type smi it goes to the first record in the list that starts smi
I've seen quite a few options from Excel and not been able to tweak them for Word. I'm sure it can be done but just can't seem to get it!:banghead:
The user can then select an item and it will be used in some way (generally a document inserted in to a template).
Now the lists are getting very long and the users are complaining slightly. having to scroll up and down to find the one they want. So I want to add a text box in to the form (which I've done called 'FilterTBox') so that when they start to type in the textbox the listbox below (Called 'ListMain') will either filter to show the remaining items or just move to the first item that matches those criteria and highlights it.
i.e. if some type smi it goes to the first record in the list that starts smi
I've seen quite a few options from Excel and not been able to tweak them for Word. I'm sure it can be done but just can't seem to get it!:banghead: