View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Show Macro list (tools-macro-macros)

I use numbers in my macro names all the time and I have no trouble running
them.

--
Regards,
Tom Ogilvy

Mike Fogleman wrote in message
...
Also, I believe if there are numbers in the macro name ie C7_D9, the macro
will show in the list but the 'Run' button will be dimmed and will not
trigger the macro.

"Hafeez Esmail" wrote in message
...
I've written some code in Excel.
When I go to Tools -- Macro -- Macros
Nothing shows up.
I have to type in the name of my public sub inorder to run
my code.

What do I need to do in order for other people to view my
routines by going to tools -- macro -- macros?

Thanks
Hafeez Esmail