Posted to microsoft.public.excel.programming
|
|
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
|