Thread
:
path names in getopenfilename
View Single Post
#
1
Posted to microsoft.public.excel.programming
Paul Shepherd
external usenet poster
Posts: 1
path names in getopenfilename
Sub macroopen()
ChDir "\\wxp2000\Joe Docs\Joe\Reports"
Application.GetOpenFilename("Excel,*.xls")
End Sub
how i include the path name in the get file name so that
users dont have to click through all the "layers"
Reply With Quote
Paul Shepherd
View Public Profile
Find all posts by Paul Shepherd