I am trying to create some code that will copy text based upon a starting and ending keyword.
For example, I would want the code to begin copying everything when it sees "Description" but stop when it sees "end."
The amount of data copied will be different for each document.
I am messing around with a complex If...Then statement but it hasn't worked yet.
I really appreciate any advice.
- Ben
For example, I would want the code to begin copying everything when it sees "Description" but stop when it sees "end."
The amount of data copied will be different for each document.
I am messing around with a complex If...Then statement but it hasn't worked yet.
I really appreciate any advice.
- Ben