View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Scott Patrias Scott Patrias is offline
external usenet poster
 
Posts: 1
Default Determining Active Row Number

John,
ActiveCell.Row return the row number of the active cell.

Scott
-----Original Message-----
How can I determine the row number of the active row in
VBA Code? Or, how can I move down two rows using VBA

code

Thank You in advance

John
.