List Box using VBA
Posted by Kris on January 09, 2002 9:00 PM
Using VBA, how can I change the value in the listbox to a valid member in the list.
In other words, at one point in my VBA script, I always want the value of my list box to be a certain member of the list. For instance, if my list contains, "Jan","Feb","Mar", before I continue processing, i need to change the value to "Jan".
Thanks for your help.