I receive a workbook twice a month that contains information about the processing volumes of a call center team. I have no way of modifying the format or layout of the workb
@KOstvall,, I would like to suggest this simple find method, since you are trying to get the Date.
Set rng = Sheet1.Range("A:A").Find("1/1/2017", LookIn:=xlValue, LookAt:=xlWhole)