View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
charles[_2_] charles[_2_] is offline
external usenet poster
 
Posts: 3
Default change default file path in Save As dialog box

Hi,

Need expert advice he How can I change the default file path
appearing in the Save-As dialog box using VBA? I have a workbook
application stored at, say, C:\MyProgram, I want the user save their
file automatically at a different location, say, c:\my document,when
they click Save or Save As

Thanks much in advance.