View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nigel[_2_] Nigel[_2_] is offline
external usenet poster
 
Posts: 735
Default Selecting a Range

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