Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #4  
Old 05-25-2015, 01:21 AM
gmayor's Avatar
gmayor gmayor is offline Can I record more to add on to a recorded Macro? Windows 7 64bit Can I record more to add on to a recorded Macro? Office 2010 32bit
Expert
 
Join Date: Aug 2014
Posts: 4,144
gmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud ofgmayor has much to be proud of
Default

It depends what is in the macros. Without knowing that it might be better to create a third macro e.g.

Code:
Sub MyMacro()
Call MacroName1
Call MacroName2
End Sub
where MacroName1 and 2 are the names of your macros.
To see how that works try the following
http://www.gmayor.com/installing_macro.htm

Code:
Sub MyMacro()
    Call MacroName1
    Call MacroName2
End Sub

Sub MacroName1()
    MsgBox "This is MacroName1"
End Sub

Sub MacroName2()
    MsgBox "This is MacroName2"
End Sub
__________________
Graham Mayor - MS MVP (Word) (2002-2019)
Visit my web site for more programming tips and ready made processes www.gmayor.com
Reply With Quote
 

Tags
append, how to, recording macros



Similar Threads
Thread Thread Starter Forum Replies Last Post
Can I record more to add on to a recorded Macro? Excel 2013 Record Macro greyed out av8r Excel 7 02-17-2016 08:04 PM
Can I record more to add on to a recorded Macro? Using skip record as well as if, then, else azza Mail Merge 5 10-11-2014 11:25 PM
Recorded audio (record slide show) won't play in older versions Landy PowerPoint 0 03-03-2012 03:14 PM
avoid duplicete record and merge the record with the existed record hemant.behere Excel 0 01-10-2012 02:53 AM
Can I record more to add on to a recorded Macro? how do you record a macro boogers Office 1 10-25-2011 05:19 AM

Other Forums: Access Forums

All times are GMT -7. The time now is 06:35 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft