xcaliber13 Posted May 2, 2017 Posted May 2, 2017 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
spudw2k Posted May 2, 2017 Posted May 2, 2017 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. Spoiler Things I've Made: Always On Top Tool ◊ AU History ◊ Deck of Cards ◊ HideIt ◊ ICU ◊ Icon Freezer ◊ Ipod Ejector ◊ Junos Configuration Explorer ◊ Link Downloader ◊ MD5 Folder Enumerator ◊ PassGen ◊ Ping Tool ◊ Quick NIC ◊ Read OCR ◊ RemoteIT ◊ SchTasksGui ◊ SpyCam ◊ System Scan Report Tool ◊ System UpTime ◊ Transparency Machine ◊ VMWare ESX Builder Misc Code Snippets: ADODB Example ◊ CheckHover ◊ Detect SafeMode ◊ DynEnumArray ◊ GetNetStatData ◊ HashArray ◊ IsBetweenDates ◊ Local Admins ◊ Make Choice ◊ Recursive File List ◊ Remove Sizebox Style ◊ Retrieve PNPDeviceID ◊ Retrieve SysListView32 Contents ◊ Set IE Homepage ◊ Tickle Expired Password ◊ Transpose Array Projects: Drive Space Usage GUI ◊ LEDkIT ◊ Plasma_kIt ◊ Scan Engine Builder ◊ SpeeDBurner ◊ SubnetCalc Cool Stuff: AutoItObject UDF ◊ Extract Icon From Proc ◊ GuiCtrlFontRotate ◊ Hex Edit Funcs ◊ Run binary ◊ Service_UDF
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now