ClaraBarton
Registered User.
- Local time
- Today, 12:32
- Joined
- Oct 14, 2019
- Messages
- 578
I am trying to use MAJP's FAYT on a list box and I keep getting a type mismatch. The only thing I can figure out is that it's a listbox instead of a combobox. Is there a difference?
The error 13 is on this line:
lstChild is a listbox. "Child" is the search field.
The error 13 is on this line:
Code:
faytChild.InitalizeFilterCombo Me.lstChild, "Child", AnywhereInString, True