98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Excel VBA Training and help » Excel VBA
Excel VBA
Resolved · Low Priority · Version 2003
Marta has attended:
Excel Advanced course
Excel VBA Intro Intermediate course
Excel VBA
How do you change the name of an existing macro?
RE: Excel VBA
Hi Marta
When a macro is created the code appears in a Module in the VB Editor. To change the name:
1. Open the VBE and double click the relevant Module
2. Highlight the macro's name in the Sun line eg:
Sub MacroName()
3. Write the new name as
Sub MyNewName()
The macro will now only run if the new name is called
Hope this helps
Carlos
Mon 9 Feb 2009: Automatically marked as resolved.
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Excel tip:Use shortcut keys to select rows or columnsMost users use the mouse to select rows or columns. It may be more convenient to use keyboard shortcuts to do that. |