Macros do not appear in Macro dialog box

G

gwasson

I create a macro by choosing Tools > Macro > Macros, entering a name, and
clicking Create. In the editor I write the code, then return to Publisher and
save the file. But when I choose Tools > Macro > Macros again, the created
macro does not appear. Any suggestions on what to do?

Thanks
 
E

Ed Bennett

gwasson said:
I create a macro by choosing Tools > Macro > Macros, entering a name,
and clicking Create. In the editor I write the code, then return to
Publisher and save the file. But when I choose Tools > Macro > Macros
again, the created macro does not appear. Any suggestions on what to
do?

Go into the Visual Basic Editor and run the macro from there?

Alternatively, create a toolbar button for your macro?
 
G

gwasson

Ed,

Thanks. The problem seems to be that the code I had entered had an error in
syntax. Apparently, if there is a syntax error, the macro does not appear in
the Publisher Macros dialog. Once I fixed the error, it was visible.

Greg
 
E

Ed Bennett

gwasson said:
Thanks. The problem seems to be that the code I had entered had an
error in syntax. Apparently, if there is a syntax error, the macro
does not appear in the Publisher Macros dialog. Once I fixed the
error, it was visible.

Interesting - I had never noticed that.

Thanks for posting back.
 

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