Hey, guys.
This is a basic question, but I can't seem to figure it out. I have a script that adds a textbox to a graph. The data in the textbox should look like this:
Joe Shmoe
- a
- b
- c
For some reason, when I'm creating the string (even using either Chr(13) & Chr(10) & Chr(13) or & vbCrLf) it puts them all on the same line with the "unknown character" square between them.
Any ideas?
This is a basic question, but I can't seem to figure it out. I have a script that adds a textbox to a graph. The data in the textbox should look like this:
Joe Shmoe
- a
- b
- c
For some reason, when I'm creating the string (even using either Chr(13) & Chr(10) & Chr(13) or & vbCrLf) it puts them all on the same line with the "unknown character" square between them.
Any ideas?