View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Patrick Molloy[_2_] Patrick Molloy[_2_] is offline
external usenet poster
 
Posts: 1,298
Default XY coordinates to cell address? is it possible

an ActiveX button

MsgBox CommandButton1.BottomRightCell.Address

"SpeeD" wrote:

Hi.

I need to select the cell beneath a button. Who can i do this?
I though about XY coordinates of the button...is this possible?

thanks SpeeD