View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
[email protected] barrynichols@gmail.com is offline
external usenet poster
 
Posts: 1
Default offset to column A current row

any ideas how i can do this? I have the following macro to highlight a
series of cells, but for it to work correctly, the first step needs to
be to select the first cell in the current row.

thanks


ActiveCell.Offset(0, 0).Range("A1:M1").Select
Selection.Interior.ColorIndex = 15
ActiveCell.Offset(1, 0).Range("A1").Select