Customize Macro command can't see my macros

R

Red

When I r-click the Menu bar (to Customize) and then select the Macro command,
my macros should be listed in the Command panel and I should be able to move
a macro from the list to the Menu bar. But the list is blank, no macros
listed.

The only macros that I can get listed are those in Normal.dot.

Even If I put the macros in the same document within whose Menu I am
attempting to place the new macro command, the Commands panel remains blank,
no macros listed.

Even if I place the macros in a (non Normal.dot) template upon which the
document is based, they are still not listed.

I want to see all my macros, subs, and functions that are within the scope
of the underlying template or in the document listed.

Thank you for your kind assistance.
 
A

alborg

Hi Red:

Most likely your issue is that your code begins with "Private Sub...";
change it to "Sub...".

You should also make sure that you are working inside a template (a dot
file), and not a document (a doc).

Cheers,
Al
 

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