Userform not initializing

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.
 
E

eezzell

Thanks for the quick response. I copied the macro to a blank Word 2003
document and it worked just fine. Then I opened a blank publisher document
and verified that events aren't firing except when I run the macro from the
editor. I'll let you know if a service pack helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top