I'm trying to run a macro from my Personal.XLSB set of macros from another macro in there. I modified the code in macro 2 to execute the first macro, adding:

Application.Run ("'Personal.xlsb!Consecutive_Giving_Analysis'")

The first macro is named Consecutive_Giving_Analysis

I always get a 1004 error, saying "The Macro may not be available in this workbook or all macros may be disabled."

Any ideas here? What should I be doing to execute that macro from within another one?