Link content from dialog box to a worksheet cell

O

Olga

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
 
D

dominicb

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
 
Top