Added additional columns and this now takes quite a bit longer. Not terrible yet. I also needed to add a bit of code to deal with columns that were a datetime data type.
This version uses a RegEx and is working great. Need to increase the column count and decide how I want to deal with the output.
Version 2 refactors to solve the slowness issue. This way makes a lot less calls to the API and takes much less time to finish. I'm getting some false positives though, with things like eCTS matching the word objects, so I'm going to change this to a regex in the next version.
First version of a simple program that will, using COM, search an Excel spreadsheet for specific key terms and, if it finds it, will copy the entire row out to a file organized by key term. This is the first working version but is just too slow. I think I'm making too many calls to the API. I'm going to refactor this to see if I can speed it up substantially.
This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.