N
natanz
I am developing a template that uses an excel spreadsheet to populate a
listbox on a userform. I am basing my work on the sample code i found
at:
http://word.mvps.org/FAQs/InterDev/FillListBoxFromXLDAO.htm
I created a userform with a single listbox in it called listbox1.
I also made a sub called autonew
Public Sub AutoNew()
UserForm1.Show
End Sub
But when i create a new document based on this template, the userform
shows up, but it doesn't seem like it initialized. there is no list in
the listbox. I am new at this, so i must be missing something,
probably very simple. any help would be appreciated.
thanks
listbox on a userform. I am basing my work on the sample code i found
at:
http://word.mvps.org/FAQs/InterDev/FillListBoxFromXLDAO.htm
I created a userform with a single listbox in it called listbox1.
I also made a sub called autonew
Public Sub AutoNew()
UserForm1.Show
End Sub
But when i create a new document based on this template, the userform
shows up, but it doesn't seem like it initialized. there is no list in
the listbox. I am new at this, so i must be missing something,
probably very simple. any help would be appreciated.
thanks