Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to autofill a range of cells from row 3 to 9 in a given column just
like this Range("B3").Select Selection.AutoFill Destination:=Range("B3:B9") When I use a variable the autofill returns an "Autofill method of range class failed" error. Need help please Cells(3, LastCol ).Select Selection.AutoFill Destination:=Range(Cells(3, LastCol), Cells(9, LastCol )) Thanks in adavance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
autofill variable lenght column w/ sequential numbers using VBA | Excel Discussion (Misc queries) | |||
Autofill variable range | Excel Programming | |||
variable column numbers for autofill | Excel Programming | |||
Variable Autofill range | Excel Programming | |||
Variable Autofill Range | Excel Programming |