Thread: excel
View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Sam Wilson Sam Wilson is offline
external usenet poster
 
Posts: 523
Default 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