Excel VBA Range.Find Date That is a Formula

前端 未结 4 2063
南方客
南方客 2020-11-28 15:59

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

4条回答
  •  北海茫月
    2020-11-28 16:39

    @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)

提交回复
热议问题