Hello
Code below work perfectly for the exact match, would like some assistance to change it so that it finds any document that contains a string
ub Run()
Dim LRow AsInteger
Dim LPath AsString
Dim LExtension AsString
Dim LContinue AsBoolean
'Initialize variables
LContinue = True
LRow = 2...