View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
ianripping[_72_] ianripping[_72_] is offline
external usenet poster
 
Posts: 1
Default Default Save Location

I am using the code:

MyName = Application.Dialogs(xlDialogSaveAs).Show
If MyName = False Then MsgBox "You cancelled the Sav
operation",vbInformation, "Cancelled"

to bring up a prompt to ask where the file would like to be saved, i
there anyway of making this promt open up in a default directory? e
c:\, even if the origional file is saved in another directory, e
d:\dat

--
Message posted from http://www.ExcelForum.com