Hi,
This should be very simple, but it doesn't work for some reason! I'm trying to open a file name when the user clicks on a command button and here is the code I'm using:
Private Sub CommandButton1_Click()
Documents.Open ("C:\Test.doc")
End Sub
I've also tried using Application.GetOpenFilename, but still no joy.
Please help.
Many thanks,
Anar
Bookmarks