Hello,
I can't seem to find a way to set the value of a text box to anything that is greater than 255 (or maybe 256) characters. Anyone know how I might do this? (Note: I'm using VB6 but this seemed like a question more appropriate for this forum)
This Fails to add anything if it is really long (255/256+):
pstrLongString = "Loads of text..."
ActiveSheet.DrawingObjects("Text Box 1"
.Text = pstrLongString
Any ideas?
TIA
I can't seem to find a way to set the value of a text box to anything that is greater than 255 (or maybe 256) characters. Anyone know how I might do this? (Note: I'm using VB6 but this seemed like a question more appropriate for this forum)
This Fails to add anything if it is really long (255/256+):
pstrLongString = "Loads of text..."
ActiveSheet.DrawingObjects("Text Box 1"
Any ideas?
TIA