First posting here, but I've gotten a lot of help from this site.
Here is my problem. I'm trying to automate some procedures for my production line. I have a word document that I have created a string from. What I'd like to is search the document for somestring after a couple keywords in the document.
I.E.
Display = Procedure.IndexOf("shall read") I want to return the next 15 characters after this string
Please help creating a search engine is a pain.