We are in the process of updating the site, so some pages still have the older design.
I will show you how to run a macro from another macro in Excel. This means that you can run any macro when you need to from a completely separate macro.
This is actually very simple!
Use Call in VBA.
Here is the macro we want to call or run using another macro:
Sub Macro_2()
MsgBox "Hi!"
End Sub
And here is the macro that will call or run this macro:
Sub Macro_1()
'call the second macro
Call Macro_2
End Sub
It is as simple as that. Put Call in front of the name of the macro that you want to run.
Here is a screenshot of these two macros in Excel:

Download the spreadsheet for this tutorial, from below or the side-bar of this page, and you can test out these macros.
Follow along with the tutorial by downloading the files used in it. (Completely Free)
Phone number is optional - we use it to send course discounts and weekly updates via SMS.