View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
David R[_3_] David R[_3_] is offline
external usenet poster
 
Posts: 1
Default Setting default directory prior to GetOpenFilename

When using GetOpenFilename the panel displays files in a
particular directory, but I want it to open displaying the
files in a sub-directory of that one. I have tried using
ChDir to set the default, but it doesn't work (probably
because my directory paths are all in UNC form). How can
I change the default directory prior to calling
GetOpenFilename?