View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default Row # of active cell

Hi Eyecalibrate,

Try:

Dim rw As Long

rw = ActiveCell.Row

---
Regards,
Norman



"eyecalibrate" wrote in message
...

Running a macro. I want to identify the row # of the active cell so I
can use it as a variable for other purposes. Help.


--
eyecalibrate
------------------------------------------------------------------------
eyecalibrate's Profile:
http://www.excelforum.com/member.php...fo&userid=6621
View this thread: http://www.excelforum.com/showthread...hreadid=262625