I have several textboxes on a chart that I want linked to different cells on another worksheet. I know (not using vba) that I can select the text box, then in the formula bar type "=Sheet1!K7" and the text box will link. What is the equivolant of doing this in vba?! I've searched everywhere. If I had a userform, I could do something like this
TextBox1.ControlSource = "Sheet2!A1"
but this doesn't seem to work not in a userform. Any ideas?! I'm desperate.
</pre>
TextBox1.ControlSource = "Sheet2!A1"
but this doesn't seem to work not in a userform. Any ideas?! I'm desperate.
</pre>