All,
I have a button on a form which, when clicked, I want to open a PowerPoint document for the user to view.
The code I have is :
Private Sub Command45_Click()
Dim stAppName As String, stFile As String
Dim strQ As String
strQ = Chr$(34)
'Set the location of your executable...