PC Review


Reply
Thread Tools Rate Thread

Archiving linked workbooks

 
 
rutima - ExcelForums.com
Guest
Posts: n/a
 
      21st Sep 2004
Hi all,
I am fairly new to excel and need some help.
I have a workbook 'Reports' that has links to another workbook
'Workings'
the w/b 'reports have seven worksheets one for each day of the week, I
need to beable to archive this w/b at the end of every week,so
1) I need to save the workbooks to the same folder but each with a
different file name.
2) I need to break the links and just send the data, as the original
w/b will be cleared to use again.
can this be done if so how?
---------
Message sent via www.excelforums.com
 
Reply With Quote
 
 
 
 
TJTH - ExcelForums.com
Guest
Posts: n/a
 
      23rd Sep 2004
H

After you have saved the workbook with different name you could cop
the linked data and paste it back only values selected
--------
Message sent via www.excelforums.com
 
Reply With Quote
 
David McRitchie
Guest
Posts: n/a
 
      26th Sep 2004
If you incorporate the date into the filename you would
have a standard way of having a unique name and
be able to find them quickly in the directory. Put the
year before the month and those before the day of the month.

see backup by date in
Backup your files, always take backups
http://www.mvps.org/dmcritchie/excel/backup.htm#demand
using a statement like
dname = "c:\mybackup\B" & Format(Now(), "yyyy_mmdd")

You might use a template (.XLT) for a new worksheet
---
HTH,
David McRitchie, Microsoft MVP - Excel [site changed Nov. 2001]
My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm
Search Page: http://www.mvps.org/dmcritchie/excel/search.htm

"TJTH - ExcelForums.com" <(E-Mail Removed)> wrote in message news:(E-Mail Removed)...
> Hi
>
> After you have saved the workbook with different name you could copy
> the linked data and paste it back only values selected.
> ---------
> Message sent via www.excelforums.com



 
Reply With Quote
 
David McRitchie
Guest
Posts: n/a
 
      26th Sep 2004
If you don't use a template you can clear out all of the constants
beyond row 1 and column 1. Of course this is probably too severe
so you would have to reduce the scope further or make some of your
constants into formulas, if they aren't entered by users. ClearContents
will not affect formatting.a

On Error Resume Next
Range("B2:" & Cells.SpecialCells(xlLastCell).Address). _
SpecialCells(xlCellTypeConstants, xlTextValues).ClearContents
Range("B2:" & Cells.SpecialCells(xlLastCell).Address). _
SpecialCells(xlCellTypeConstants, xlNumbers).ClearContents



 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

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


Similar Threads
Thread Thread Starter Forum Replies Last Post
Re: linked emails after archiving Judy Gleeson, MVP Outlook Microsoft Outlook Contacts 2 8th Dec 2006 11:34 PM
linked workbooks maalle Microsoft Excel Misc 1 11th Nov 2005 03:49 PM
name changes to linked workbooks =?Utf-8?B?M3B1dHQ=?= Microsoft Excel Misc 2 18th May 2005 05:42 PM
linked workbooks Marie Microsoft Excel Worksheet Functions 0 15th Jul 2004 10:10 PM
Linked workbooks will not update without having all workbooks open =?Utf-8?B?S2F0aGVyaW5l?= Microsoft Excel Misc 0 26th Feb 2004 05:16 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 03:25 PM.