View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Backup file in folder

****al,

Try something like

ThisWorkbook.SaveCopyAs filename:="C:\mydata\" & Thisworkbook.Name


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"****al" wrote in message
...
Is there any macro when i run it will take a backup of
my excel file in c:\mydata folder.

Thanks in Advance.

****al