P
Paul Shepherd
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"
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"