Hi,
I need to format a bunch of text strings so that they're tabbed apart.
That is:
<<
Dim myString as String
myString = "Value 1 is:" tabbed & textBox1
>>
Is there a way of "returning" a string as well? I.e
<<
Dim myString as String
myString = "Value 1 is:" returned & textBox1
>>
Thanks,
D
I need to format a bunch of text strings so that they're tabbed apart.
That is:
<<
Dim myString as String
myString = "Value 1 is:" tabbed & textBox1
>>
Is there a way of "returning" a string as well? I.e
<<
Dim myString as String
myString = "Value 1 is:" returned & textBox1
>>
Thanks,
D