ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   Offset Glitch (https://www.excelbanter.com/excel-programming/323935-offset-glitch.html)

Arturo

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

Thanks,
Arturo

gocush[_29_]

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


Chip Pearson

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





All times are GMT +1. The time now is 03:01 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com