I need to add a list box or combo list to a form in excel but I need to populate it with data from the an excel sheet using VBA.
I have created a listbox on my form but I can not reference the listbox from by vb code. I suspect I can only reference it from the userform itself but I have tried creating the userform_initialize() function and put my code to populate the the list box inside, but it doesn’t seem to execute the initialize function…what am I doing wrong?
Bootlegger
Info:
Office 97