Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
When I want to address a range of cells I have been using a formula such as
the following: Selection.AutoFill Destination:=Range.Cells("W2:W6475"), Type:=xlFillDefault This works quite well when the length is fixed or doesn't change very much, but I have a situation where the range varies dramatically and my thought was to use the following : Selection.AutoFill Destination:=Range.Cells(2,26:Limit,26), Type:=xlFillDefault where "limit" was the last row count and it, of course, failed. Is there a simple way of doing this? Thanks, Craig |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
External addressing | Excel Discussion (Misc queries) | |||
addressing in formulas | Excel Discussion (Misc queries) | |||
Addressing Techniques | Excel Discussion (Misc queries) | |||
Indirect Addressing | Excel Discussion (Misc queries) | |||
VBA Cell Addressing | Excel Discussion (Misc queries) |