Hello 328Mike,
Changing a module name does not affect the macro's procedure name. The shortcut only cares about the procedure name so something else must be going on.
You say you can not create a shortcut. Do this apply only to the previous macros or to new ones as well? Are you assigning the shortcut using VBA code or manually with the macro dialog? Which modules names did you change?
Sincerely,
Leith Ross
Thanks a ton!!Hello 328Mike,
It looks like you gave your module the same name as the macro. If you did then that is the problem. This will confuse the VBA compiler. I will use underscores in my module names (spaces are not allowed) so I know what the macro is but not confuse VBA.
For example, I would name the module CGM_Formatting_WIRELINE and the macro name would be CGMFormattingWIRELINE. Change the name, resave the file, and you should be okay.
Sincerely,
Leith Ross