A family of Microsoft presentation graphics products that offer tools for creating presentations and adding graphic effects like multimedia objects and special effects with text.
Pretty sure the Auto_Open runs BEFORE the ribbon is created. It can be done with an AddIn but you would need to trap the WindowActivate event in a class module. You would also need to make sure it did NOT run when later windows activate.
You can download the barebones code HERE
CAUTION THIS IS NOT A FULLY DEBUGGED PROJECT JUST A POINTER