I would like to create a PowerPoint 2010 add-in with many pre-prepared slides. It will have set of macros (+modification of UI), which will copy content of the slides from the add-in to the active presentation when button pressed.
Does anybody know how to get access to the content of the add-in slides from the macro?
Microsoft says that Presentations( "my_addin.ppam" )
should do the work, see
http://msdn.microsoft.com/en-us/library/office/ff743968%28v=office.15%29.aspx
To me it seems to be the easiest and preferred way. However, I am getting error message "Item my_addin not found in the Presentation collection."
The route via Addins( "my_addin" )
does not seem to help either. Other way could be setting right variable while loading the add-in...?
Any help/point to the right direction highly appreciated.