Thread: SaveAs
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Daviv Daviv is offline
external usenet poster
 
Posts: 39
Default SaveAs

I have the following code:

FName = Application.GetSaveAsFilename(InitFileName, "Excel File
(*.xls),*.xls")
ActiveWorkbook.SaveAs FName, CreateBackup = False

When I cancel the save, I get a "FALSE" file. I believe this is a backup
file so I set Createbackup = false. But no luck. Thanks in advance.


--
Thanks!