View Single Post
  #1   Report Post  
Posted to microsoft.public.word.newusers
William Millspaugh William Millspaugh is offline
external usenet poster
 
Posts: 1
Default need code going from one dot to another dot.

Ok, I have 2 word templates, what I am trying to do is this..
One template opened as a "doc", and if a certain cell in the the table is
answered "Yes"(dropdown box), then the code behind this certain cell is
such......

If ActiveDocument.FormFields("DropDown1").result = "Yes" Then
Documents.Add ("TemplateName.dot")
End If


this opens another "dot" as a "doc" so then it can be filled out, then when
this document is filled completely, after the last cell, I would like to go
back to the original document and start where I left off. Can anyone assist
me with some code. If anyone would like to see the 2 "dots" I could send
them. Any help would be appreciated..Bill