Hi,
I have a combo box that has a bunch of values. Some values repeat themselves. How do I hide those that are duplicates? I tried this:
"Form_ICL.Combo1.HideDuplicates"
But it gives me this error:
"Compile Error: Invalid use of property."
How do I hide the duplicate values in a combo box?
Thanks in advance!
I have a combo box that has a bunch of values. Some values repeat themselves. How do I hide those that are duplicates? I tried this:
"Form_ICL.Combo1.HideDuplicates"
But it gives me this error:
"Compile Error: Invalid use of property."
How do I hide the duplicate values in a combo box?
Thanks in advance!