Japskunk72
Programmer
I am having trouble trying to understand how I would add info to a listbox from a module. I keep thinking i can just type form1.listbox1.items.add(string). it aint work'n??? there is no form1.listbox1. I tryed to create a function from within the form called
Public Function AddtoListbox(stuff as string)
listbox1.items.add(stuff)
end Function
When i try to call it from the module it doesnt see that either?
Thanks 4 n e help
JT
Public Function AddtoListbox(stuff as string)
listbox1.items.add(stuff)
end Function
When i try to call it from the module it doesnt see that either?
Thanks 4 n e help
JT