ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   ActiveCell.Row & Column intersect (https://www.excelbanter.com/excel-programming/384376-activecell-row-column-intersect.html)

[email protected]

ActiveCell.Row & Column intersect
 
I'm am trying to refer to the cell where the ActiveCell.Row and
Column(7) intersect. Any help would be greatly appreciated. Thanks


Ron de Bruin

ActiveCell.Row & Column intersect
 
Try this

Cells(ActiveCell.Row, "G").Select

Or

Cells(ActiveCell.Row, 7).Select


--

Regards Ron de Bruin
http://www.rondebruin.nl/tips.htm


wrote in message ups.com...
I'm am trying to refer to the cell where the ActiveCell.Row and
Column(7) intersect. Any help would be greatly appreciated. Thanks


[email protected]

ActiveCell.Row & Column intersect
 
That did the trick. Thanks Ron



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

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