Thread
:
excel
View Single Post
#
2
Posted to microsoft.public.excel.programming
Sam Wilson
external usenet poster
Posts: 523
excel
Sub demo()
MsgBox "Row " & ActiveCell.Row
MsgBox "Column " & ActiveCell.Column
End Sub
"hari" wrote:
In excel , through visual basic program how do i know row number / column
number of active cell
Reply With Quote
Sam Wilson
View Public Profile
Find all posts by Sam Wilson