First, of course a List box (it has it's default name List1) is not a variable.
I tried variables that were close because Visual Basic gets "confused" about its error messages (as when one has nested strings and it lists the wrong one an error)
Oddly the current version I'm using doesn't have this error but I can't find the older (working) .BAS module to plug back in!
I have a working compiled version but would really like to change a file location for security reasons.
I've tried making sure the form that contains the list box was Loaded using Load (Form containing said List1 listbox) and also Form.Show for good measure. No luck.
I'm stumped but this is not unusual as I program during summers (with the occasional year or too off - so calling my skills rusty is an understatement) as I'm a teacher and not spend all my time on a word processor perfecting curriculum.
I've also tried using a Dim statement on everything it might consider a variable and other true "hacker" (not cracker) tricks.
So if you've ever had this error I'd very much appreciate you to take a second to explain what error I've made.
------------------------------------------------
Like losing your keys, wallet, cellphone, and iPod now, an unsolved bugs will can cause one to become obsessive in search FINDING it.
If I manage to find the WORKING BAS file I'll edit or respond to my own post.