How To....

  • Thread starter Thread starter Glen Harvey
  • Start date Start date
G

Glen Harvey

I would like to determine the Row,Column of a cell that is
underneath a button control when the user clicks on it...


Thanks,
Glen L. Harvey
 
Hi Glen

Sub test()
MsgBox _
Worksheets("Sheet1").Shapes("Button 1").BottomRightCell.Address
End Sub

--
XL2002
Regards

William

(e-mail address removed)

| I would like to determine the Row,Column of a cell that is
| underneath a button control when the user clicks on it...
|
|
| Thanks,
| Glen L. Harvey
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top