Z
Zygoid
I have been able to get help in having a module open up a filedialo
window;
Sub OpenFiledialogWindow()
Dim fd As FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)
fd.InitialFileName = "\\greg\greg\bids\"
fd.Show
End Sub
but i cannot figure out how to instruct it to open the file that i
double clicked.
any help would be appreciated. Thanks
window;
Sub OpenFiledialogWindow()
Dim fd As FileDialog
Set fd = Application.FileDialog(msoFileDialogFilePicker)
fd.InitialFileName = "\\greg\greg\bids\"
fd.Show
End Sub
but i cannot figure out how to instruct it to open the file that i
double clicked.
any help would be appreciated. Thanks