R
Roger Marrs
I'm trying to search for various strings of text in a document and if a
string is found, then inserting a block of text that's triggered by that
string into a different place in the document.
I understand how to code for the searches, and how to set up the default
text that will be added using Dim as String variables. What I'm having
trouble understanding is how to write the code that says "I've found the
string of text, now I'm going to insert the Variable1 string at Bookmark1"
Hopefully the way I've explained what I'm trying to accomplish makes sense.
Roger Marrs
string is found, then inserting a block of text that's triggered by that
string into a different place in the document.
I understand how to code for the searches, and how to set up the default
text that will be added using Dim as String variables. What I'm having
trouble understanding is how to write the code that says "I've found the
string of text, now I'm going to insert the Variable1 string at Bookmark1"
Hopefully the way I've explained what I'm trying to accomplish makes sense.
Roger Marrs