Jump to content

Recommended Posts

Posted

I use _StringBetween to pull data from a text file.  No problem with that works great.   Here is my question:   Can I use _StringBetween to pull data from a Word doc?  Or should I be using  _Word_DocFind?   And if I should be using _Word_DocFind how do I get it to work like _StringBetween?  Not sure on how to set the range in _Word_DocFind  like I do in _StringBetween.

Thank you

Posted

You will probably need hybrid solution.  _StringBetween just needs a string to work with.  I doubt you can use something like FileRead to collect the text within a Word DOC properly, so you will need to use the _Word UDFs to pull the text (string) you want first, then run _StringBetween against it.  At least this is my understanding.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...