Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I found a way to get the result I want without using the autofill - see
below - but I was still hoping that there was a way to use the autofill. If anybody knows - please help me with this one. Thanks much. Sub AutofillAttempt() Range("b2").FormulaR1C1 = "1" Range("b3").FormulaR1C1 = "=1+R[-1]C" Range("b3").Activate Intersect(Range(ActiveCell, _ Cells(Rows.Count, ActiveCell.Column)), _ ActiveCell.CurrentRegion).FillDown End Sub |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Dynamic Autofill | Excel Discussion (Misc queries) | |||
Dynamic range for autofill macro | Excel Discussion (Misc queries) | |||
autofill a column alongside a range - how ? | Excel Discussion (Misc queries) | |||
Dynamic Range with unused formula messing up x axis on dynamic graph | Charts and Charting in Excel | |||
Autofill Indefinite Range in VBA/Macros | Excel Programming |