View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul Shepherd Paul Shepherd is offline
external usenet poster
 
Posts: 1
Default 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"