P
PathSmart
I have a series of text boxes in a column. Each text box has two words in it. I
want to be able to line up the left letter in each word with the one that
appears in the text box immediatiely above it.
e.g.
Adams, John
Smith, Robert
Jones, Barbara
Brown, Sarah
I do not want the second word to be in a separate colunm, but I want it to look
like that is the case. I know that I can add a tab to try to line things up.
That will line some things up. But not always. Sometimes I need one tab, and
other times I need two. Is there a program or formula in VBA that measures font
width (or looks at the entire word and says "This is 29 pixels wide"?) That way
I could at least 'guesstimate' whether I need one tab or two between the first
name and the last.
Thanks,
Roy
want to be able to line up the left letter in each word with the one that
appears in the text box immediatiely above it.
e.g.
Adams, John
Smith, Robert
Jones, Barbara
Brown, Sarah
I do not want the second word to be in a separate colunm, but I want it to look
like that is the case. I know that I can add a tab to try to line things up.
That will line some things up. But not always. Sometimes I need one tab, and
other times I need two. Is there a program or formula in VBA that measures font
width (or looks at the entire word and says "This is 29 pixels wide"?) That way
I could at least 'guesstimate' whether I need one tab or two between the first
name and the last.
Thanks,
Roy