Home |
Search |
Today's Posts |
#4
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Thanks for this. It really helps.
Brian Tom Ogilvy wrote: Dim currentWeekSunday As Date Dim i as Long currentWeekSunday = DateValue("10/3/2004") for i = 0 to 6 With ActiveSheet.Range("E6").Offset(i,0) .Value = currentWeekSunday .Numberformat = "dddd m/d" End With Next |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Newbie Questions | Excel Discussion (Misc queries) | |||
Newbie Questions ? | New Users to Excel | |||
Newbie questions on spreadsheet | Excel Worksheet Functions | |||
newbie questions | Excel Worksheet Functions | |||
Newbie - two questions | Excel Programming |