ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   VBA to select cell in column A (https://www.excelbanter.com/excel-programming/423415-vba-select-cell-column.html)

Shawn

VBA to select cell in column A
 
I need a simple VBA that will move the active cell to the A column in the
same row.
--
Thanks
Shawn

Mike H

VBA to select cell in column A
 
Try this

Cells(ActiveCell.Row, 1).Select

Note it's unlikely you have to select the cell to do what you want.

Mike

"Shawn" wrote:

I need a simple VBA that will move the active cell to the A column in the
same row.
--
Thanks
Shawn



All times are GMT +1. The time now is 05:42 PM.

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