Is there a way to set the position of text in a textBox?
for example, I'm reading from an excel file, several columns with several rows, then putting it in a textBox...so the alignment is gonna be a little weird. I tried using "Chr" inserting tabs, but it just doesn't work, it's off a little. Then I tried to do some funny stuff with textWidth, but the columns still didn't come out aligned.
So, is there a way to tell it what position (horizontally) to put text in a text box? I'll need to do this 4 to 5 times a line.
for example, I'm reading from an excel file, several columns with several rows, then putting it in a textBox...so the alignment is gonna be a little weird. I tried using "Chr" inserting tabs, but it just doesn't work, it's off a little. Then I tried to do some funny stuff with textWidth, but the columns still didn't come out aligned.
So, is there a way to tell it what position (horizontally) to put text in a text box? I'll need to do this 4 to 5 times a line.
Comment