What kind of textbox. Is it from the control toolbox toolbar or from the
drawing toolbar. Where is the textbox located - Worksheet, Userform,
DialogSheet?
In any event, unless the length of the text is very long
object_qualifier.TextBox1.Text = Worksheets("Sheet1").Range("A1").Value

Signature
Regards,
Tom Ogilvy
> Is there a way to copy a cell content into a TextBox with a macro? If i try
> to register the steps it doesn't work.
[quoted text clipped - 3 lines]
>
> bye!