Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Simply want to select the CurrentRegion, excluding the first two title rows, including whatever number of columns there are. Have tried a few dozen syntaxes, here's the latest that doesn't work... Range("A1").Select Selection.CurrentRegion.Select Selection.Offset(2, 0).Select Selection.Resize(Rows - 2,).Select If anyone can help it would be greatly appreciated. - Mike |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Error with Selection.CurrentRegion.Rows.Count? | Excel Programming | |||
Incorrect CurrentRegion.SpecialCells(xlVisible).Rows.Count on filt | Excel Programming | |||
Can't get to bottom right corner of window to resize? I figured it | Excel Discussion (Misc queries) | |||
How to select the bottom right cel in a 'CurrentRegion.selecion' | Excel Programming | |||
Selecting multiple rows within a CurrentRegion | Excel Programming |