In this question I was having problems debugging a Macro with Parameters that I want to use in Office 2010 backstage.
The answer to that question explains why I could not debut the Macro, but I am still having problems with calling the Macro.
The macro is called by clicking a button in a Backstage tab. There are multiple buttons that call the macro, each one calls it with different parameters. An example call is as follows:
<button id="bb1" label="MFLLP Portrait" style="large" onAction="NewDocs (Blank, Portrait.dot)" imageMso="FileSaveAsWordDocx" />
Macros are set as Fully enabled in the Trust Center, yet when I click on any button I get the message
The Macro cannot be found or has been disabled in because of your Macro security settings
I can't see any further settings