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

From an active cell, how can I select that cell and the two to its right?

Thanks,
Arturo
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 252
Default Offset Glitch

Range(Activecell,Activecell.Offset(0,2)).Select

"Arturo" wrote:

From an active cell, how can I select that cell and the two to its right?

Thanks,
Arturo

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default Offset Glitch

Arturo,

Try something like

ActiveCell.Resize(,3).Select


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com




"Arturo" wrote in message
...
From an active cell, how can I select that cell and the two to
its right?

Thanks,
Arturo



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
vlookup glitch Marlene Excel Worksheet Functions 3 July 10th 07 04:50 PM
Another odd VBA glitch in 2007 teepee Excel Discussion (Misc queries) 4 April 1st 07 09:16 PM
Excel function glitch? bdog Excel Worksheet Functions 1 April 11th 06 06:01 PM
Nested Loop Offset Glitch - Object required (Error 424) Arturo Excel Programming 1 November 21st 04 05:05 PM
Excel Program Glitch? Todd Huttenstine Excel Programming 5 June 10th 04 05:36 PM


All times are GMT +1. The time now is 03:49 PM.

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"