ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   activating cells (https://www.excelbanter.com/excel-programming/305644-activating-cells.html)

Ryan H.

activating cells
 
Hi,

I have an active selected cell in a worksheet. I want to be able to select
the cell that's three rows down. How can I address that cell so I can modify
it?

Thanks



Norman Jones

activating cells
 
Hi Ryan,

One way:

Dim rng as Range
Set rng = Activecell.offset(3)

---
Regards,
Norman


"Ryan H." wrote in message
. rogers.com...
Hi,

I have an active selected cell in a worksheet. I want to be able to select
the cell that's three rows down. How can I address that cell so I can

modify
it?

Thanks






All times are GMT +1. The time now is 09:51 PM.

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