Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default Range Select

When I use something similiar to "Range(activecell.offset(5,1)).select" it
doesn't work. What do I need to do to select a single cell using Range?
Thanks
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,058
Default Range Select

You are very close:

ActiveCell.Offset(5,1).Select

you don't need the Range() function because ActiveCell is already a range.
--
Gary''s Student - gsnu200764


"ranswert" wrote:

When I use something similiar to "Range(activecell.offset(5,1)).select" it
doesn't work. What do I need to do to select a single cell using Range?
Thanks

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 161
Default Range Select

Thanks that helps

"Gary''s Student" wrote:

You are very close:

ActiveCell.Offset(5,1).Select

you don't need the Range() function because ActiveCell is already a range.
--
Gary''s Student - gsnu200764


"ranswert" wrote:

When I use something similiar to "Range(activecell.offset(5,1)).select" it
doesn't work. What do I need to do to select a single cell using Range?
Thanks

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
How can change range to select active rows instead of :=Range("S10 ldiaz Excel Discussion (Misc queries) 7 August 29th 08 03:52 PM
Find End in Undefined Range Select Range Trim SteveT Excel Programming 4 November 29th 07 06:54 PM
When entering data into a range of cells, select the entire range. Q Excel Discussion (Misc queries) 0 September 26th 07 04:36 AM
Compare a selected Range with a Named range and select cells that do not exist PCLIVE Excel Programming 1 October 18th 05 07:09 PM
Select Sheet then Select Range Gee[_2_] Excel Programming 3 May 27th 04 10:10 PM


All times are GMT +1. The time now is 04:50 PM.

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

About Us

"It's about Microsoft Excel"