B
Barth Wilsey
I work with a template that has two separate documents
I wish to have either one or the other document available depending upon the
user's input. I thus wish to delete a selection of text
I have tried to delete the document that is not to be used by using an
enclosing bookmark around the text to be deleted with the code
ActiveDocument.Bookmarks("myBookmark").Range.InsertBefore ""
However, both documents remain in the Word document produced by the template
What is the best way to delete a selection of text from a document depending
upon the user's input
thanks in advance, Barth
I wish to have either one or the other document available depending upon the
user's input. I thus wish to delete a selection of text
I have tried to delete the document that is not to be used by using an
enclosing bookmark around the text to be deleted with the code
ActiveDocument.Bookmarks("myBookmark").Range.InsertBefore ""
However, both documents remain in the Word document produced by the template
What is the best way to delete a selection of text from a document depending
upon the user's input
thanks in advance, Barth