![]() |
Backup only one worksheet
Hi to all
How i take a backup of only 1 worksheet name "data", in new workbook and when i take backup next time it should goto same file. any help Thanks Tiya |
Backup only one worksheet
Worksheets("Data").copy
Application.DisplayAlerts = False ActiveWorkbook.SaveAs "C:\MyBackups\Myfile.xls" Application.DisplayAlerts = True Activeworkbook.Close SaveChanges:=False -- Regards, Tom Ogilvy "Tiya" wrote: Hi to all How i take a backup of only 1 worksheet name "data", in new workbook and when i take backup next time it should goto same file. any help Thanks Tiya |
All times are GMT +1. The time now is 11:17 PM. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com