E
eezzell
I have an userform with a listbox control that I am populating with the
userform_initialize() sub. When I run the macro from the Visual Basic
editor, everything works just fine, but when I run the macro from the tools
menu, macro, macros, select the macro, and click run. The userform doesn't
initialize. If I run the macro by clicking edit to bring up the Visual Basic
editor and then clicking run it works. I am working in Publisher 2003.
I've tried two different macros:
Userform1.show
and
dim form1 as new userform1
form1.show
the result is the same--works from the editor but not directly.
userform_initialize() sub. When I run the macro from the Visual Basic
editor, everything works just fine, but when I run the macro from the tools
menu, macro, macros, select the macro, and click run. The userform doesn't
initialize. If I run the macro by clicking edit to bring up the Visual Basic
editor and then clicking run it works. I am working in Publisher 2003.
I've tried two different macros:
Userform1.show
and
dim form1 as new userform1
form1.show
the result is the same--works from the editor but not directly.