I am trying to open explorer at d:\my documents,
however I get message "file not found"
I am using the following command:
Private Sub Command50_Click()
Dim stAppName As String
stAppName = "explorer""d:\my documents"""
Call Shell(stAppName, vbMaximizedFocus)
End Sub
Advice is very much appreciated.
I am using Access 2000
however I get message "file not found"
I am using the following command:
Private Sub Command50_Click()
Dim stAppName As String
stAppName = "explorer""d:\my documents"""
Call Shell(stAppName, vbMaximizedFocus)
End Sub
Advice is very much appreciated.
I am using Access 2000