I need a macro to do a vLookup on a sheet (~50K records) against a database of over one million keywords.
Will the process become faster if I use MS Access 2007 as the database to vLookup it?
Is there any other way to make this process faster by using a different database etc.?
If you already have these keywords stored in Excel, it is worth looking a ADO to read the words as a table. This is a quick example, but it is also simple enough to join the list of words to be looked up in an INNER or LEFT JOIN and find the missing and matching words. This can also be done if the keywords are stored externally in a database by using in-line connection strings.