Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
How would I select a range of cells 2 rows by 3 columns?
TIA Gerry |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sub test()
With ActiveCell .Resize(2, 3).Select End With End Sub Gord Dibben MS Excel MVP On Mon, 25 Oct 2010 10:43:56 -0700 (PDT), Wally wrote: How would I select a range of cells 2 rows by 3 columns? TIA Gerry |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Proper syntax for selecting a range using cells instead of range | Excel Programming | |||
Selecting range in list of range names depending on a cell informa | Excel Discussion (Misc queries) | |||
selecting a range | Excel Programming | |||
Help please in selecting range dependent on another range | Excel Programming | |||
Selecting a Range inside a range | Excel Programming |