W
William Millspaugh
I have 2 templates, one of them has some dropdowns with a yes or no
selection. What I need to know is where does this code go... I need this
dropdown to automatically bring up another document if the answer is
"yes".......
If ActiveDocument.FormFields("DropDown1").result = "Yes" Then
Documents.Add ("TemplateName.dot")
End If
I know it needs to relate to the dropdown box in the doc. Could someone
explain...
Thanks alot. Bill
selection. What I need to know is where does this code go... I need this
dropdown to automatically bring up another document if the answer is
"yes".......
If ActiveDocument.FormFields("DropDown1").result = "Yes" Then
Documents.Add ("TemplateName.dot")
End If
I know it needs to relate to the dropdown box in the doc. Could someone
explain...
Thanks alot. Bill