Trying to set up tabs in a new WP8 document with my VB5 program. Here's what
I have in VB:
objWP.TabClearAll
objWP.TabAdd 1500, 0 '1.25" left tab
objWP.TabAdd 2880, 0 '2.40" left tab
objWP.TabAdd 4200, 0 '3.50" left tab
Works great except for 2 things:
I get *4* tabs 1.25"L, 2.4"L, 3.5"L and -0.0001L, and;
The tabs are Absolute instead of Relative
I find the first problem not so much of a problem but something that just
shouldn't be happening -- an oddity as 'twer. It's the second one that is
causing all sorts of problems. The tabs need to be relative to the margin so
that they work the correct way and I can find no way to inform it otherwise.
Beyond going to the trouble of locating the left margin width and padding
all the tabs with that value, is there a solution that I am not finding?
Thanks for any insights you might have into this,
mike
How in the world did that get by me in the CI ? I thought that I had looked
at every single command that included TAB, but I guess not...
Sorry if I sent anyone on a wild goose chase looking for this for me!
mike
"mike" <uncle...@hotmail.com> wrote in message news:3a2ffbc6@cnews...