Here is the format I use. I suppose what is on the right of the = will
change depending on user input...
Sub tbtesting()
TextBox1.Value = Sheet1.Range("B21").Value
End Sub
-Chris
"by1612" wrote:
>
> Thanks for your help. My original text box was- drawn- with the macro
> recorder on. I then added selection.formula = j7 (the cell containing
> the synopsis) to the macro. As I said, this worked fine for displaying
> the text box with the text. Now I've changed this to a text box from
> the control toolbar (TextBox1), and while my buttons can make the box
> appear and disappear, I can't seem to link the text I want to the box.
> The error message says that my text box (selection.formuls =) does not
> support this method.
> So how do I link my content cell to the box?
>
>
> --
> by1612
> ------------------------------------------------------------------------
> by1612's Profile: http://www.excelforum.com/member.php...fo&userid=8611
> View this thread: http://www.excelforum.com/showthread...hreadid=555976
>
>
Bookmarks