I have a macro that compiles data and is working perfectly. At the end of the macro, it paste into cell N12 whether to run Blue Macro or Red Macro. How do I actually code the original macro to run Blue Macro or Red Macro.

I was hoping for something like:

Macro2 = Range("N12").Value
Call Macro2

Thanks!