Copying a range to another sheet

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a central data sheet. It has a cell with =TODAY() in it, so it
changes with the months, and shifts lit cells around according to dates and
workdays. Is there a way to not only save this dynamic data sheet at the end
of each day in its current state, but to archive this data to another master
sheet as well, so that data is not lost when the month changes?

For instance, I only need to save data in column A, C, and G to a range
designated for January on a master sheet in the same workbook. When =TODAY()
switches to February, I'd like to automatically archive a new month of data
on the same master sheet in another designated range.

Is this possible? And is it possible to automatically clear that dynamic
sheet upon the advent of the new month?

Thanks for all your help, people.

Arlen
 
You can copy|paste special values and save your static data that way.

And if you know where that information goes, I bet you could have a macro that
copies|paste special|values and then clears the range for the new month.

I'd record a macro when I did it once and then try to generalize it.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top