Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I am trying to move the active cell to the column A in the
same row. I am using the following code. ActiveCell.End(xlToLeft).Activate The problem is it stops at a cell if there is a formula in it. It works fine if the row is empty. Thanks |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Try: Cells(ActiveCell.Row, 1).Activate
-- If I've mis-understood the question please tell me. HTH ijb Remove nospam from my e-mail address to talk direct Not MCSD, MVP, TLA, P&P, PCMCIA, etc just trying to help "Scott" wrote in message ... I am trying to move the active cell to the column A in the same row. I am using the following code. ActiveCell.End(xlToLeft).Activate The problem is it stops at a cell if there is a formula in it. It works fine if the row is empty. Thanks |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Row select mode to highlight active row of active cell | Excel Discussion (Misc queries) | |||
Excel 2002: Can I have a moving colored band for active row ? | Excel Discussion (Misc queries) | |||
HOW TO COLOR ACTIVE LINE CURSOR IS ON WHEN MOVING | Excel Discussion (Misc queries) | |||
How do I stop active x controls from moving after a print preview | Excel Discussion (Misc queries) | |||
moving 450 active e-mail addresses from Excel to Outlook Express | Excel Discussion (Misc queries) |