Quote: Originally Posted by Atmosphere My last question was similar but this is more straight forward
does anyone know how to make a variable point to a listbox
eg
dim temp
temp = ListBox1
temp.addItem "HIHIHIHIHI"
Code:
dim temp As ListBox
Set temp = ListBox1
temp.addItem "HIHIHIHIHI"
Jasch
|
__________________
"Now, cryin' won't help you, prayin' won't do you no good" Led Zeppelin - When the Levee Breaks
|