C
c mateland
Hi.
Can someone enlighten me as to why the following ppa works in
v2002/2003, but not in v2000?
It's saved as LaunchFile.ppa and I loaded it manually through
Tools>Add-Ins. Upon manual load, it successfully opens the targeted
file. But upon exit and restart of PowerPoint, it starts the add-in,
which launches the Autpen procedure but it fails when it tries to
open the file. I had other code before it and those lines ran fine, so
I know the add-in is launching correctly. But this line chokes - and
only on v2000.
Sub Autpen()
Presentations.Open FileName:="C:\OpenMe.ppt"
End Sub
Isn't this supposed to work? Thanks for any help.
Chuck
Can someone enlighten me as to why the following ppa works in
v2002/2003, but not in v2000?
It's saved as LaunchFile.ppa and I loaded it manually through
Tools>Add-Ins. Upon manual load, it successfully opens the targeted
file. But upon exit and restart of PowerPoint, it starts the add-in,
which launches the Autpen procedure but it fails when it tries to
open the file. I had other code before it and those lines ran fine, so
I know the add-in is launching correctly. But this line chokes - and
only on v2000.
Sub Autpen()
Presentations.Open FileName:="C:\OpenMe.ppt"
End Sub
Isn't this supposed to work? Thanks for any help.
Chuck