View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott Scott is offline
external usenet poster
 
Posts: 1
Default Moving active cell

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