help! macro textbox

  • Thread starter Thread starter aprice1989
  • Start date Start date
A

aprice1989

Hi everyone--

I am trying to create a textbox using macro in excel, but I'm have some
problems.

Does anyone know the code that I need to enter to make a textbox?

Can I make it create the textbox in any range that I select?

Thank you so much! = )
 
Is this what you're looking for?

Private Sub Worksheet_SelectionChange(ByVal Target As Range)
MsgBox Target.Address
End Sub
 

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