B
Brian
I have a word document that has two keywords in it.
I would like to select any text that is between these two keywords.
Is there an easy way to do this in VBA?
Example Doc:
Start:::
This is some text.
More stuff
Hello World
End:::
The code would capture everything between the keywords "Start:::" and
"End:::"
Thanks for the help.
Brian
I would like to select any text that is between these two keywords.
Is there an easy way to do this in VBA?
Example Doc:
Start:::
This is some text.
More stuff
Hello World
End:::
The code would capture everything between the keywords "Start:::" and
"End:::"
Thanks for the help.
Brian