Filling Series of columns with Dates
From: Markus Scheible (anonymous_at_discussions.microsoft.com)
Date: 02/03/05
- Next message: ole Michelsen: "Re: A repost - Permuting SPACES within a String of words"
- Previous message: Tom Ogilvy: "Re: selecting filtred range"
- In reply to: Bill: "Filling Series of columns with Dates"
- Next in thread: Bill: "RE: Filling Series of columns with Dates"
- Reply: Bill: "RE: Filling Series of columns with Dates"
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 3 Feb 2005 07:22:50 -0800
Hi Bill,
>P1 going to the right, I need to automatically fill the
dates based on todays
>date for 90 days. Then I change the orientation of those
90 cells to -90
>degrees.
>.
>
in other words: you want the days starting at P1 and
continuing in P2, P3 a.s.o.? Do you mean that by "change
orientation to -90 degrees"? This could go easier like
follows:
For i = 1 To 90
Range("P" & i).Formula = "=today()+" & (i - 1)
Next i
Best
Markus
- Next message: ole Michelsen: "Re: A repost - Permuting SPACES within a String of words"
- Previous message: Tom Ogilvy: "Re: selecting filtred range"
- In reply to: Bill: "Filling Series of columns with Dates"
- Next in thread: Bill: "RE: Filling Series of columns with Dates"
- Reply: Bill: "RE: Filling Series of columns with Dates"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|