Using Microsoft's Fuzzy Lookup Add-In with VBA

sjcocks

New Member
Joined
Jun 4, 2014
Messages
4
I've come across lots of websites/forums where other people have asked about this but no-where with a conclusive answer, so I thought I would ask this here to see if we can come up an answer.

Microsoft have a very handy Fuzzy Lookup add-in (Download Fuzzy Lookup Add-In for Excel from Official Microsoft Download Center), which performs really well; however as far as I can work out, there is no way to automate this with VBA. Is that correct?


I need this process to be fully automated through VBA (as many others do judging by other forums I've seen). As an alternative solution, there is an excellent fuzzy lookup macro written by Alan (al_b_cnu) which I've come across here: http://www.mrexcel.com/forum/excel-questions/195635-fuzzy-matching-new-version-plus-explanation.html. I wrote a macro using this code, which works fine; however the matching algorithm doesn't produce as accurate matches for my usage as the MS add-in version does, and so I would really like to get the MS version working.

If it turns out that it's not possible to use the add-in through VBA, I would also be very interested if other people have come across other VBA fuzzy matches which use a matching algorithm similar to the one in the add-in.
 

Excel Facts

Excel Can Read to You
Customize Quick Access Toolbar. From All Commands, add Speak Cells or Speak Cells on Enter to QAT. Select cells. Press Speak Cells.
Were you by any chance able to find a solution for this? I have the same problem, the Microsoft version gives me better results but I do not know how to implement this into a macro.
 
Upvote 0

Forum statistics

Threads
1,214,606
Messages
6,120,492
Members
448,967
Latest member
visheshkotha

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top