Hi,
Got concept of add-ins in place for Excel and Word, not sure how they work in Powerpoint.
Would like a custom commandbar to be created everytime Powerpoint is launched.
Seems that this can be achieved with this snippet:
AddIns.Add(“generic.ppa”).Loaded = True
What puzzles me is where is this line to be placed and where are the .ppa file to be stored.
eg. in Excel I would place it in add-ins folder, in library folder or in XLstart, in Word for instance in Startup or cross referenced as a template…
How does this work for powerpoint…
Thanks,