Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
recorded this line in a macro....
Need for this to read as an open range instead of stopping at F784. Will always start at A2- F2 but last row (F784) may change.. Selection.AutoFill Destination:=Range("A2:F784") |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Range("B2").AutoFill Destination:=Range("GX1", ActiveCell) ... Fails but why? | Excel Programming | |||
Range("B2").AutoFill Destination:=Range("GX1", ActiveCell) ... Fails but why? | Excel Programming | |||
Range("B2").AutoFill Destination:=Range("GX1", ActiveCell) ... Fails but why? | Excel Programming | |||
Selection.Autofill Destination:=Range(ActiveCell.Value) | Excel Programming | |||
Help with "Autofill" Destination Range | Excel Programming |