MACRO TO UPDATE DATES !

  • Thread starter Thread starter jay dean
  • Start date Start date
J

jay dean

In my Excel sheet the ranges C4:C10, C12:C18, C20:C26, C28:C34 and
C36:C42 contain dates in the usual successive order. For example, if
C4:C10 contain the dates 10/1/03 to 10/7/03, then C12:C18 will contain
the dates 10/8/03 to 10/14/03, C12:C18 will contain 10/15/03 to 10/21/03
and so on.
I need a macro that when executed will update the dates to start
over. For example, if the last date in the last range C36:C42 is
11/4/2003, then to start over C4:C10 will update as 11/5/03 to 11/11/03,
C12:C18 will update as 11/12/03 to 11/18/03 , and so on. I would
appreciate your assistance. Thank you !

Jay Dean
 
Tom -
Your code only updates cell C4. I need one that updates the other
range of cells below it as specified in my earlier post. Any help will
be appreciated. Thanks.

Jay Dean
 
If you used formulas to build your successive dates, the macro would be
sufficient.
 

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

Similar Threads

Date format. 1
Using VBA to create charts 1
Supressing a #VALUE! error returned? 3
Run time error '424' object required 7
Please Help (Unusual Lookup) 10
Shorting code 3
Macro for Dates 5
VBA Code... 7

Back
Top