Without getting into your macros, "merging" macros is pretty simple.
Two macros called Macro1() and Macro2(). If you ALWAYS run Macro2() after Macro1(), then you can edit Macro1() and put in this at the bottom
You can call macros from within macros easily this way and keep them separate making them easy to run individual pieces manually when wanted.
Alternately, you could just copy all the code from the second macro into the first macro at the bottom, usually a similar result. Me...I'd just use the "Call Macro2" approach.
Bookmarks