From 3c2f4cbdff43d31418a5e5350b3d40c6ca75caac Mon Sep 17 00:00:00 2001 From: Arul Rajesh Date: Mon, 7 Jul 2025 16:09:59 +0530 Subject: [PATCH] Update Fuzzy_Matching_Functions.bas fixed the error where it wouldn't matchsingle words --- Fuzzy_Matching_Functions.bas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Fuzzy_Matching_Functions.bas b/Fuzzy_Matching_Functions.bas index 13ebfd1..a95d49a 100644 --- a/Fuzzy_Matching_Functions.bas +++ b/Fuzzy_Matching_Functions.bas @@ -117,7 +117,7 @@ Public Function Fuzzy_Match(ByRef targetS As String, ByRef MatchRange As Range, Else - tcheck = String_Similarity(targetS, bw) + tcheck = String_Similarity(targetS, S2) 'If threshold isn't met, then string isn't added to dictionary If tcheck >= Threshold Then