T
Timothius
I am developing a ppa Add-In and want to be able to pass data (several items)
to Tags in the Add-In which will be saved in the Add-In, or perhaps there is
another way without having to use other files to store the data.
For example, users of this Add-In can use a Form to set up multiple choice
scenarios on a slide and I want to be able to save their sound effects
preferences so they will be loaded into the Form each time they use the
Add-In.
I know how to run a procedure in a loaded Add-In from the ActivePresentation
eg
Application.Run "AddInName.ppa!AddInProcedureName", ProcedureParameters
but can't work out how to get or change the value of a Tag in an Add-In
whilst the Add-In is loaded !
Any ideas would be most welcome !
(I am using Office 2003)
Timothius
to Tags in the Add-In which will be saved in the Add-In, or perhaps there is
another way without having to use other files to store the data.
For example, users of this Add-In can use a Form to set up multiple choice
scenarios on a slide and I want to be able to save their sound effects
preferences so they will be loaded into the Form each time they use the
Add-In.
I know how to run a procedure in a loaded Add-In from the ActivePresentation
eg
Application.Run "AddInName.ppa!AddInProcedureName", ProcedureParameters
but can't work out how to get or change the value of a Tag in an Add-In
whilst the Add-In is loaded !
Any ideas would be most welcome !
(I am using Office 2003)
Timothius