No VBA expreience, just trying to research. I have an idea for an app I'd
like to build inWord, and part of the way it would work is to build one or
many text boxes. Don't know if that's terminology, but I am talking about
the white thing at the bottom of Word (when you have selected Drawing
tools), and this white thing has the letter A in it. Word refers to it as a
Text Box, anyway.

So is there a way to do this where it will build a number of text boxes,
allow me to specify a border, and then populate the text boxes with content
based on the choices the user makes in a form?

Re: is it possible to make textboxes by Jonathan

Jonathan
Fri Oct 15 09:52:15 CDT 2004

Hi middletree,

Use the AddTextbox method of the Shapes collection. You will find code
samples in the VBA Help file.

--
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup

"middletree" <middletree@htomail.com> wrote in message
news:%23kkf7NssEHA.3532@TK2MSFTNGP15.phx.gbl...
> No VBA expreience, just trying to research. I have an idea for an app I'd
> like to build inWord, and part of the way it would work is to build one or
> many text boxes. Don't know if that's terminology, but I am talking about
> the white thing at the bottom of Word (when you have selected Drawing
> tools), and this white thing has the letter A in it. Word refers to it as
> a
> Text Box, anyway.
>
> So is there a way to do this where it will build a number of text boxes,
> allow me to specify a border, and then populate the text boxes with
> content
> based on the choices the user makes in a form?
>
>


Re: is it possible to make textboxes by middletree

middletree
Fri Oct 15 10:59:39 CDT 2004

thanks!

"Jonathan West" <jwest@mvps.org> wrote in message
news:eCTm1jssEHA.3460@TK2MSFTNGP15.phx.gbl...
> Hi middletree,
>
> Use the AddTextbox method of the Shapes collection. You will find code
> samples in the VBA Help file.
>
> --
> Regards
> Jonathan West - Word MVP
> www.intelligentdocuments.co.uk
> Please reply to the newsgroup
>
> "middletree" <middletree@htomail.com> wrote in message
> news:%23kkf7NssEHA.3532@TK2MSFTNGP15.phx.gbl...
> > No VBA expreience, just trying to research. I have an idea for an app
I'd
> > like to build inWord, and part of the way it would work is to build one
or
> > many text boxes. Don't know if that's terminology, but I am talking
about
> > the white thing at the bottom of Word (when you have selected Drawing
> > tools), and this white thing has the letter A in it. Word refers to it
as
> > a
> > Text Box, anyway.
> >
> > So is there a way to do this where it will build a number of text boxes,
> > allow me to specify a border, and then populate the text boxes with
> > content
> > based on the choices the user makes in a form?
> >
> >
>