woodlandstx
Technical User
I have looked at the previous posts and have this currently:
Private Sub Command33_Click()
Dim stAppName As String, stFile As String
stAppName = "c:\Program Files\Microsoft Office\Office\excel.xls"
stFile = "f:\Proposal Database\Statistics Complete Pages.xls"
Call Shell(stAppName & " " & stFile, 1)
I have tried switching the appname and stfile
and I am still getting the
Run Time Error 53
File not found
I have looked at different postings for this, but none are really different...?
Thanks!~