我想用两个条件搜索数据。例如:列" A"应该与str(字符串)和列" J"匹配应该包含"已完成" 通过以下编码,我只能放一个条件。请告知我添加第二个条件需要进行哪些更改。
Set Rng = .Find(What:=str,After:=.Cells(.Cells.Count),LookIn:=xlValues, _
LookAt:=xlWhole, SearchOrder:=xlByRows, _
SearchDirection:=xlPrevious, _
MatchCase:=False)