Hi i found the macro online and did little changes to it, it works great, but i need an adjustment so that it will match whole word only.
Here is my VBA:
Sub Multi_FindReplace()
'PURPOSE: Find & Replace a list of text/values
Dim sht As Worksheet
Dim fndList As Integer
Dim rplcList As Integer...