在 Excel 2007 VBA - 我的匹配语句下面没有找到文本。它在那里,并且在指定的范围内。我没有收到不寻常的错误。只是没有被发现。这是单元格AZ65中的全文-与“ Cricut单肩包”相关的更多项目
If Not IsError(Application.Match("More items related to*", Range("az1:ba1000"))) Then
removeSomeRows = Application.Match("More items related to*", Range("az1:ba1000"))
Range("az" & removeSomeRows & ":" & "bz1000").ClearContents
End If
在工作表上这也不起作用
=MATCH("More items related to*",AZ1:Ba1000)