Hey all, I get this error:
"unable to get the search property of the worksheet function class"
when running this macro:
Sub findDefendant()
Dim RENums As Object
Dim LValue As String
Set RENums = CreateObject("VBScript.RegExp")
RENums.Pattern = "DEFENDANT"
Dim lngLastRow As Long...