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 Training and help » Adding additional items to a macro
Adding additional items to a macro
Resolved · Low Priority · Version 2003
Sarah has attended:
Excel VBA Intro Intermediate course
Adding additional items to a macro
Once you have finished recording a macro if there any way of adding in further functionality which has been recorded or would you have to write in the code manually in the visual basic editor?
RE: Adding additional items to a macro
Hi Sarah
Thank you for your question
Generally to add further functionality to a macro you would have to edit the code in the VBE.
However, if the new actions follow on after those in the first macro, simply record them as a second macro and the in the VBE create a procedure that calls the 2 macros sequentially
e.g.
Call Macro1
Call Macro2
Regards
Stephen
Fri 28 Aug 2009: Automatically marked as resolved.
Training information:
See also:
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:Colouring cells containing formulasCells in a worksheet can contain values or they can contain formulas. You may wish to identify all the cells in your worksheet that contain formulas by colouring those cells. |