View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
mcphc mcphc is offline
external usenet poster
 
Posts: 44
Default Save as new file without changing existing file

Lets say an excel file A.xls has been opened and has had some changes made
to it but not saved. Is it possible in VBA to save this file as B.xls
including the changes and have file A.xls still open in excel so that if
the file were to be closed you could still select to save the changes or not?

Thanks

Clayton