Dynamic text box labeling
I am trying to write to a text box in a chart
text box called "text box 1026"
graph is "Chart 26"
on worksheet "graphs"
I can't find how to refernce that text box...
Thanks in advance.
Thanks,
Paul Lambson
This is what I have so far but it's not working
Sheets("GRAPH").Chart("Chart 26").TextBoxes("Text Box 1026") = tday
|