View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
OssieMac OssieMac is offline
external usenet poster
 
Posts: 2,510
Default file save as dialog with new filename

Hi John,

Is this what you are looking for?

Application.Dialogs(xlDialogSaveAs).Show

--
Regards,

OssieMac


"John Keith" wrote:

Is it possible to open the file save as dialog window and change the
name of the file from the current name?


John Keith