View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
DSC[_9_] DSC[_9_] is offline
external usenet poster
 
Posts: 1
Default current row - VBA

Hi Chris

Use

Dim ActiveRow as Long
ActiveRow = Activecell.Row
msgbox ActiveRow


This gives the numeric value of the Row that the cell is on

HTH

Davi

--
Message posted from http://www.ExcelForum.com