Thread: Saving a File
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott Scott is offline
external usenet poster
 
Posts: 149
Default Saving a File

I'm trying to set the folder where I want the user to be in before invoking
the open/save dialog. The "ChDir" command isn't changing the current folder.
Can someone tell me the right code to change the current folder?

ChDir "S:\Spreadsheets"

Application.Dialogs(xlDialogSaveAs).Show