running old xlm macro

  • Thread starter Thread starter John Smith
  • Start date Start date
J

John Smith

How do I run the old xlm macro?

I have an old xlm macro which is auto open. I doulbe-click on the
..xlm file and the macro runs. It works fine.

How do I run the macro while the file is still open? I vaguely
remember in the old Excel there was a Run command in the
tools/macros. But the new Excel (2003, sp2) doesn't have such an
option. Thanks.
 
the new Excel (2003, sp2) doesn't have such an option.

Tools, Macro, Macros still exists but only displays VB macros. You can type
in the macro's name though and it will run. You can also point to from the
Run dialog. Another option is to add a Forms toolbar button to a worksheet
and assign the macro to it.
 
Back
Top