Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
From an active cell, how can I select that cell and the two to its right?
Thanks, Arturo |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
vlookup glitch | Excel Worksheet Functions | |||
Another odd VBA glitch in 2007 | Excel Discussion (Misc queries) | |||
Excel function glitch? | Excel Worksheet Functions | |||
Nested Loop Offset Glitch - Object required (Error 424) | Excel Programming | |||
Excel Program Glitch? | Excel Programming |