macro for selecting paragraphs for legal document

A

Ashwin

I am trying to develop a macro that asks specific questions; if the answer is
yes then it should insert a standard paragraph (or number of paragraphs) if
the answer is no then it would insert a different paragraph.

The intention is to develop a macro that asks a number of these questions
and to insert the relevant paragraphs to create the legal document.

Has anyone done anyting like this before. If so I would appreciate some
guidance.
 
M

macropod

Hi Ashwin,

You might find that a document set up as a form would be sufficient for your
needs. You might, for example, have a cover sheet on which the formfields
reside, and your standard text, plus fields for generating the boilerplate
text from the formfield answers, on the succeeding page(s). No vba would be
required for this.

Have a look here for lots of good pointers:
http://word.mvps.org/FAQs/Userforms/index.htm

Cheers
 
A

Ashwin

Thank you Macropod. I will investigate further.


macropod said:
Hi Ashwin,

You might find that a document set up as a form would be sufficient for your
needs. You might, for example, have a cover sheet on which the formfields
reside, and your standard text, plus fields for generating the boilerplate
text from the formfield answers, on the succeeding page(s). No vba would be
required for this.

Have a look here for lots of good pointers:
http://word.mvps.org/FAQs/Userforms/index.htm

Cheers

--
macropod
[MVP - Microsoft Word]


Ashwin said:
I am trying to develop a macro that asks specific questions; if the answer is
yes then it should insert a standard paragraph (or number of paragraphs) if
the answer is no then it would insert a different paragraph.

The intention is to develop a macro that asks a number of these questions
and to insert the relevant paragraphs to create the legal document.

Has anyone done anyting like this before. If so I would appreciate some
guidance.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top