I get errors on the following line of code as it may pick up data that I dont actually need.
Is there any way I can get it to ignore the error if it doesn't find what it is lookin for.
Is there any way I can get it to ignore the error if it doesn't find what it is lookin for.
Code:
Set Rng = Range("SummaryRange").Find(AgentData(X).Name).Offset(0, 10)