Column A of current row - "Home"

  • Thread starter Thread starter al
  • Start date Start date
A

al

need a code which would take me to Column A of current active cell -
when recording action with shortcut "Home" - i'm not getting the
correct macro.
Pls help - thxs
 
Cells(ActiveCell.Row, 1).Select
--
Jim Cone
Portland, Oregon USA



"al" <[email protected]>
wrote in message
need a code which would take me to Column A of current active cell -
when recording action with shortcut "Home" - i'm not getting the
correct macro.
Pls help - thxs
 
Cells(ActiveCell.Row, 1).Select
--
Jim Cone
Portland, Oregon USA

"al" <[email protected]>
wrote in message
need a code which would take me to Column A of current active cell -
when recording action with shortcut "Home" - i'm not getting the
correct macro.
Pls help - thxs

thxs
 
Back
Top