Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I wish to select the range from the active cell to a3.
Range("ActiveCell:a3").Select needs debugging. help! Sue |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range(activecell.Address & ":A3").select
-- If this post helps click Yes --------------- Jacob Skaria "Sue" wrote: I wish to select the range from the active cell to a3. Range("ActiveCell:a3").Select needs debugging. help! Sue |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Range(ActiveCell, Range("A3")).Select
-- Regards, Nigel "Sue" wrote in message ... I wish to select the range from the active cell to a3. Range("ActiveCell:a3").Select needs debugging. help! Sue |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Selecting A 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 |