Home |
Search |
Today's Posts |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Range("A1").Value = "January" Range("A3").Value = "February" Range("A5:D5").Select Selection.AutoFill Destination:=Range("A5:I5") Type:=xlFillDefault Range("A5:I5").Select This will give you the spaces that you need in between, then you ca just generalize it if you need more than one year -- ehnt ----------------------------------------------------------------------- ehntd's Profile: http://www.excelforum.com/member.php...fo&userid=1586 View this thread: http://www.excelforum.com/showthread.php?threadid=27559 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Can autofill do this? | Excel Discussion (Misc queries) | |||
Autofill | Excel Worksheet Functions | |||
Autofill? | Excel Discussion (Misc queries) | |||
Autofill: Need to autofill one week block, (5) weekday only into cells. | Excel Discussion (Misc queries) | |||
Q. Autofill question: Can I autofill alpha characters like I can numbers? | Excel Programming |