Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
Sue Sue is offline
external usenet poster
 
Posts: 285
Default Selecting a Range

I wish to select the range from the active cell to a3.
Range("ActiveCell:a3").Select needs debugging. help!
Sue
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 8,520
Default Selecting a Range

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   Report Post  
Posted to microsoft.public.excel.programming
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


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Selecting A Range Constantly Amazed Excel Programming 6 April 2nd 07 01:24 PM
Selecting range in list of range names depending on a cell informa Courreges Excel Discussion (Misc queries) 2 June 19th 06 10:59 AM
selecting a range SusanL Excel Programming 3 June 13th 05 11:24 PM
Help please in selecting range dependent on another range MickJJ Excel Programming 2 January 10th 05 12:01 PM
Selecting a Range inside a range hcova Excel Programming 0 July 13th 04 03:26 PM


All times are GMT +1. The time now is 04:06 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"