C
Corey
Sub Button104_Click()
Application.DefaultFilePath = "\\Server\server\Reports"
Application.GetOpenFilename ("PDF Reports (*.pdf), *.pdf")
End Sub
I am using the code above to try to always open the folder Reports on a server.
However if i select another folder, next time the code is run the previously selected folder is
opened.
How can i code this to ALWAYS open the specified folder ONLY ?
Corey....
Application.DefaultFilePath = "\\Server\server\Reports"
Application.GetOpenFilename ("PDF Reports (*.pdf), *.pdf")
End Sub
I am using the code above to try to always open the folder Reports on a server.
However if i select another folder, next time the code is run the previously selected folder is
opened.
How can i code this to ALWAYS open the specified folder ONLY ?
Corey....