Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi,
I'm using Word 2003. I have two macros that I want to combine into one (add 2nd after the 1st). I'm a complete novice in the VBA editor. If you can pls. tell me the specific wording to copy from 2nd macro (do I take the entire thing?) and where exactly to place at after the 1st macro (END WITH?) so it runs seamlessly, I would truly appreciate it. Thanks, Shirley |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
If you want to run Macro 2 after Macro 1 then at the end of Macro 1, insert
a blank line if necessary before Exit Sub, and type: Call MacroName Where MacroName is the name of Macro 2. Please post all follow-up questions to the newsgroup. Requests for assistance by email cannot be acknowledged. ~~~~~~~~~~~~~~~ Beth Melton Microsoft Office MVP Coauthor of Word 2007 Inside Out: http://www.microsoft.com/MSPress/boo...x#AboutTheBook Word FAQ: http://mvps.org/word TechTrax eZine: http://mousetrax.com/techtrax/ MVP FAQ site: http://mvps.org/ "Shirley" wrote in message ... Hi, I'm using Word 2003. I have two macros that I want to combine into one (add 2nd after the 1st). I'm a complete novice in the VBA editor. If you can pls. tell me the specific wording to copy from 2nd macro (do I take the entire thing?) and where exactly to place at after the 1st macro (END WITH?) so it runs seamlessly, I would truly appreciate it. Thanks, Shirley |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Thank you so much. I know it's simple to you pros, but I just couldn't
figure it out. This info was so useful - thanks! Regards, Shirley "Beth Melton" wrote: If you want to run Macro 2 after Macro 1 then at the end of Macro 1, insert a blank line if necessary before Exit Sub, and type: Call MacroName Where MacroName is the name of Macro 2. Please post all follow-up questions to the newsgroup. Requests for assistance by email cannot be acknowledged. ~~~~~~~~~~~~~~~ Beth Melton Microsoft Office MVP Coauthor of Word 2007 Inside Out: http://www.microsoft.com/MSPress/boo...x#AboutTheBook Word FAQ: http://mvps.org/word TechTrax eZine: http://mousetrax.com/techtrax/ MVP FAQ site: http://mvps.org/ "Shirley" wrote in message ... Hi, I'm using Word 2003. I have two macros that I want to combine into one (add 2nd after the 1st). I'm a complete novice in the VBA editor. If you can pls. tell me the specific wording to copy from 2nd macro (do I take the entire thing?) and where exactly to place at after the 1st macro (END WITH?) so it runs seamlessly, I would truly appreciate it. Thanks, Shirley |
#4
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You're welcome. :-)
Always remember, those who know how to do something learn at some point. Now it's simple for you too. ;-) Please post all follow-up questions to the newsgroup. Requests for assistance by email cannot be acknowledged. ~~~~~~~~~~~~~~~ Beth Melton Microsoft Office MVP Coauthor of Word 2007 Inside Out: http://www.microsoft.com/MSPress/boo...x#AboutTheBook Word FAQ: http://mvps.org/word TechTrax eZine: http://mousetrax.com/techtrax/ MVP FAQ site: http://mvps.org/ "Shirley" wrote in message ... Thank you so much. I know it's simple to you pros, but I just couldn't figure it out. This info was so useful - thanks! Regards, Shirley "Beth Melton" wrote: If you want to run Macro 2 after Macro 1 then at the end of Macro 1, insert a blank line if necessary before Exit Sub, and type: Call MacroName Where MacroName is the name of Macro 2. Please post all follow-up questions to the newsgroup. Requests for assistance by email cannot be acknowledged. ~~~~~~~~~~~~~~~ Beth Melton Microsoft Office MVP Coauthor of Word 2007 Inside Out: http://www.microsoft.com/MSPress/boo...x#AboutTheBook Word FAQ: http://mvps.org/word TechTrax eZine: http://mousetrax.com/techtrax/ MVP FAQ site: http://mvps.org/ "Shirley" wrote in message ... Hi, I'm using Word 2003. I have two macros that I want to combine into one (add 2nd after the 1st). I'm a complete novice in the VBA editor. If you can pls. tell me the specific wording to copy from 2nd macro (do I take the entire thing?) and where exactly to place at after the 1st macro (END WITH?) so it runs seamlessly, I would truly appreciate it. Thanks, Shirley |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
MVP Graham Mayor - combine 2 of his macros to make another?? | Microsoft Word Help | |||
Is it possible to combine two UK characters? | Microsoft Word Help | |||
how do I combine these two macros? | Tables | |||
Combine several lists | Mailmerge | |||
two files to combine | New Users |