Populate a form with text dependent on choice from drop down list

J

Jo

Hi

I am using Word 2000. I have a form which has a drop down list. I want a
different paragraph of text to appear depending on which option is chosen
from the drop down list.

Any ideas how I can make this happen?

Look forward to your replies

Many thanks

Jo
 
E

Ed

Hi, Jo. Set your different paragraphs into different AutoText entries.
Capture Listbox1.Value, then use an If or a Select Case statement to choose
the appropriate AutoText.

Ed
 
Top