Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks so much Jacob and Rick.
Can I get the macro to run automatically directly upon entering a date in A1 at all? Rick Rothstein wrote: Here is another macro for you to consider... Sub FillDatesEightTimesEach() Dim X As Long For X = 1 To 8 * Day(DateAdd("m", 1, Range("A1").Text) - 1) Step 8 Cells(X, "A").Resize(8, 1).Value = Range("A1").Value + Int(X / 8) Next End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Using date as trigger for macro | Excel Discussion (Misc queries) | |||
How can I get a date in exel to trigger a reminder in 30 days? | Excel Discussion (Misc queries) | |||
Inserting rows on cell trigger | Excel Programming | |||
Recurring annual events using a specific date as a trigger date | Excel Worksheet Functions | |||
Date Flag/Trigger | Excel Programming |