Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I need help with the autofill file. I am using some code to autofill to copy
down formulas to the last empty row. The problem I have is that the last row is dynamic and may change, which I do not know how to account for. My code is as follows: Range("B3:C3").Select Selection.AutoFill Destination:=Range("B3:C12") C12 will not always be the last row. I want the code to look to column A to where the last cell with data is, and filldown B3:C3 down to this point. How can I adjust the "Destination" part of the code to allow this. Thanks. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Autofill | Excel Worksheet Functions | |||
Can autofill do this? | Excel Discussion (Misc queries) | |||
Autofill | Excel Worksheet Functions | |||
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 |