Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 6,953
Default 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

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Backup Rykar2 Excel Discussion (Misc queries) 0 November 15th 05 02:56 AM
why there is a backup copy for excel worksheet? zakko Excel Discussion (Misc queries) 1 April 14th 05 04:07 PM
backup Mark New Users to Excel 4 April 5th 05 04:24 PM
exporting a worksheet for backup sp00nix[_13_] Excel Programming 6 August 10th 04 12:15 AM
backup libby Excel Programming 1 January 14th 04 06:57 AM


All times are GMT +1. The time now is 06:09 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"