D
drakaan
I have a document that is a template. On the template, I have created
three linked Text Boxes (which are not apperently visible in the Visual
Basic Editor), in order to have a flowed three-column layout for one
section of the document (a shipping label).
If I create a VB textbox control, I seem to be able to access it from
the Visual Basic Editor, but I don't see a way to do a flowed
three-column layout.
If I create the linked Word Text Boxes, I can do the right layout, but
cant figure out how to manipulate them programmatically (they don't
have a properties entry on the context menu, and don't show up in the
Visual Basic Editor).
Is there some combination of Word Text Boxes (which seem to be for
formatting only) and vba textbox objects that I can use to accomplish
programmatically adding text into a flowed three-column area in a Word
document, or is there another way to do what I'm attempting? Am I out
of luck?
Once I have a suitable object that meets the criteria of being
accessible from VB (an ASP page will be doing the editing) and
displaying the data in my desired layout, I'm golden, but the right way
to marry those two requirements together in a Word document has escaped
me so far.
Anybody have any ideas?
three linked Text Boxes (which are not apperently visible in the Visual
Basic Editor), in order to have a flowed three-column layout for one
section of the document (a shipping label).
If I create a VB textbox control, I seem to be able to access it from
the Visual Basic Editor, but I don't see a way to do a flowed
three-column layout.
If I create the linked Word Text Boxes, I can do the right layout, but
cant figure out how to manipulate them programmatically (they don't
have a properties entry on the context menu, and don't show up in the
Visual Basic Editor).
Is there some combination of Word Text Boxes (which seem to be for
formatting only) and vba textbox objects that I can use to accomplish
programmatically adding text into a flowed three-column area in a Word
document, or is there another way to do what I'm attempting? Am I out
of luck?
Once I have a suitable object that meets the criteria of being
accessible from VB (an ASP page will be doing the editing) and
displaying the data in my desired layout, I'm golden, but the right way
to marry those two requirements together in a Word document has escaped
me so far.
Anybody have any ideas?