View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 6,953
Default 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