Been staring at this and not fixing:
Set rng1 = Range("C" & Comp_Treatment_Processes_Row & ":" & "Z" & Comp_Facility_Flows_Row)
Set rng1 = rng1.Find(Find_WSF, xlValues, xlPart)
The code fails on the second line. Find_WSF is a string I am looking for.
Thanks.
Set rng1 = Range("C" & Comp_Treatment_Processes_Row & ":" & "Z" & Comp_Facility_Flows_Row)
Set rng1 = rng1.Find(Find_WSF, xlValues, xlPart)
The code fails on the second line. Find_WSF is a string I am looking for.
Thanks.