For context, I'm aware of the Application.Run syntax, but for whatever reason I can't get it to work for the specific macro name I'm trying to run.
Example, this syntax works (if I rename the macro to 'AR'):
Application.Run "AB.xlsm!AR"
But this syntax generates a RunTime 1004 error:
Application.Run "AB.xlsm!AnaplanRefresh"
What is it about my camelcase macro name that throws this off?