English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

is there something like app.path for powerpoint 2007 so it detects the current location. Need answer fast, please help.

2007-12-11 10:52:51 · 1 answers · asked by User31232 1 in Computers & Internet Software

1 answers

Hi,

This example is from PowerPoint 2004 help. It should also work in 2007

Path Property Example
In Windows, this example saves the active presentation in the same folder as PowerPoint.
With Application
fName = .Path & "\test presentation"
ActivePresentation.SaveAs fName
End With
On the Macintosh, this example saves the active presentation in the same folder as PowerPoint.
With Application
fName = .Path & ":test presentation"
ActivePresentation.SaveAs fName
End With

-Jim Gordon
Microsoft Mac MVP

MVPs are independent and do not work for Microsoft
http://mvp.support.microsoft.com/

2007-12-12 15:05:24 · answer #1 · answered by jimgmacmvp 7 · 0 0

fedest.com, questions and answers