Re: Create Multiple Forms from Check Boxes



Right now they are in one long continuous locked document with a table of
contents, but I could separate into files if need be. It seems like from your
links below that the forms would not be stored in one file and would be
pulling from a folder on the computer. I actually need them in one file since
I am going to distribute this around my department and I cannot change the
user settings on each computer. All macros and files will need to be in one
file easily emailed around. Any ideas? Thanks for your help!

"Doug Robbins - Word MVP" wrote:

Are the forms all separate individual documents that you want ot insert into
the one document?

If so, what I would do is have a multi-select list box on a userform
populated with each of the filenames and then have a command button to
iterate through teh list, inserting each of the documents in turn.

See the article "How to find out which Items are selected in a Multi-Select
ListBox" at:

http://www.word.mvps.org/FAQs/Userforms/GetMultiSelectValues.htm

For populating the list box,

See the article "Insert into a document the names of all files in a selected
folder" at:

http://www.word.mvps.org/FAQs/MacrosVBA/InsertFileNames.htm




--
Hope this helps.

Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.

Doug Robbins - Word MVP

"dgold82" <dgold82@xxxxxxxxxxxxxxxxxxxxxxxxx> wrote in message
news:22A1210D-948B-4244-B01D-1046DD9802C9@xxxxxxxxxxxxxxxx
I have about 50 forms that I would like to integrate into one word doc.
Basically, I want to be able to open one file and the first page
is 50 check boxes each corresponding to a form that would be created in
the
subsequent sections/pages if checked. Anyone have any code that could help
me with this? Thx.



.


Loading