Thread
:
current row - VBA
View Single Post
#
2
Posted to microsoft.public.excel.programming
DSC[_9_]
external usenet poster
Posts: 1
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
Reply With Quote
DSC[_9_]
View Public Profile
Find all posts by DSC[_9_]