Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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. -- Jim "John Smith" wrote in message ... 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. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
In xl2003,
Tools=Macro=Macros, has a run button, same as always. -- Regards, Tom Ogilvy "John Smith" wrote in message ... 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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Disable running of SelectionChange macro when in another macro? | Excel Discussion (Misc queries) | |||
Event Macro running another macro inside | Excel Discussion (Misc queries) | |||
disable user running macro from Tools Macro | Excel Discussion (Misc queries) | |||
Need syntax for RUNning a Word macro with an argument, called from an Excel macro | Excel Programming | |||
Launch Macro in Access via Macro running in Excel??? | Excel Programming |