G
Gus
Does any one knows what parameter to send to PowerPnt.exe from access to run
PP and automatically start the Show View (not using PPTView)?
I'm using this code:
Dim stAppName As String
Dim File_Path As String
File_Path = Me!DirPath.Value
stAppName = "PowerPnt.exe " & "/s " & File_Path
Call Shell(stAppName, vbNormalFocus)
But it opens the PPT without option to edit it.
PP and automatically start the Show View (not using PPTView)?
I'm using this code:
Dim stAppName As String
Dim File_Path As String
File_Path = Me!DirPath.Value
stAppName = "PowerPnt.exe " & "/s " & File_Path
Call Shell(stAppName, vbNormalFocus)
But it opens the PPT without option to edit it.