Link content from dialog box to a worksheet cell

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

i have the problem, that i can´t link an Excel diaslog box entry to a
worksheet cell.
Thanks for your interesting and help.

Best regards,

Olga
 
Good afternoon Olga

Do you mean a userform? If so, try this:

Range("A1").Value = TextBox1.Value

This will put the contents of TextBox1 into cell reference A1.

HTH

Dominic
 

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