我们在虚拟桌面中使用Excel报表。现在,我们正在Azure虚拟桌面中测试报表,出现一个Excel报表错误:
Cells.Find(What:="zzz", After:=ActiveCell, LookIn:=xlFormulas, LookAt:= _
xlPart, SearchOrder:=xlByRows, SearchDirection:=xlNext, MatchCase:=False _
, SearchFormat:=False).Activate
我没有太多的经验,所以我不知道我必须改变什么。我需要一些帮助:)提前谢谢你。
1条答案
按热度按时间hxzsmxv21#
只有在成功搜索后才能激活单元格。