OrthoDocSoft
Programmer
Folks,
I'm making progress with my printing format by using "vbtab" inserted into strings to space things correctly.
Problem is that the width of the data in the first column "widens" (because the words get longer) as the data prints down the page, and when it is wider than the set vbTab width, it kicks over another tab, even when I've already tabbed over plenty.
What I need to do is set the tab width a bit wider so this doesn't happen. Can it be done?
I need somthing like:
"Set vbTab.space = 8"
Thanks
Ortho
"you cain't fix 'stupid'...
I'm making progress with my printing format by using "vbtab" inserted into strings to space things correctly.
Problem is that the width of the data in the first column "widens" (because the words get longer) as the data prints down the page, and when it is wider than the set vbTab width, it kicks over another tab, even when I've already tabbed over plenty.
What I need to do is set the tab width a bit wider so this doesn't happen. Can it be done?
I need somthing like:
"Set vbTab.space = 8"
Thanks
Ortho
"you cain't fix 'stupid'...