Thread
:
Cell Row and Column address
View Single Post
#
4
Posted to microsoft.public.excel.programming
Tom Ogilvy
external usenet poster
Posts: 6,953
Cell Row and Column address
ActiveCell.Row
ActiveCell.Column
ActiveCell.Address(0,0)
--
Regards,
Tom Ogilvy
"Ronald Roberts" wrote:
In VBA code behind a button, how can I determine the
active cell row and column address?
TIA,
Ron
Reply With Quote
Tom Ogilvy
View Public Profile
Find all posts by Tom Ogilvy