How do I get the current ROW location.

C

Craig & Co.

Hi,

Trying to find out the current row location.

Tried startRow = cell("row")
Tried startRow = ActiveCell.rows.address() - But this returns the column and
row in $A$1 format.

I just want startRow = CurrentRow (or something like this).

Cheers
Craig.
 
Top