PDA

View Full Version : How to get the Workgroup templates path from Word options in PowerPoint



boy_plunder
07-08-2010, 03:07 AM
Hi All,

I have recently developed a toolbar system for the Word templates in the company. This is all fine, and I use the following to source teh defaultFilePath and use it to manage the creation of new documents when a user selects a specific template in the toolbar list.

TemplateLocation = Options.DefaultFilePath(Path:=wdWorkgroupTemplatesPath)

I have now been asked to develop the same toolbar in PowerPoint. A sort of Global toolbar for both Word and PowerPoint. The fact that PowerPoint does toolbars differently is interesting, but another issue.

Can anyone give me advice on how I access the same default details from PowerPoint? Default setup is only in Word for this and PowerPoint uses the same folder.

Paul_Hossler
08-29-2010, 07:03 AM
Which version of PP?

Paul