Excel 用js写宏,用find总是会出先错
js吧
全部回复
仅看楼主
level 1
function aa(){
var biao1 = ThisWorkbook.Sheets.Item("入职人员名单");
let foundCell = biao1.UsedRange.Find('44
18810000000
05034',null,1,1);
Console.log(foundCell);
}
用find查找身份证号码,总是会出现这种情况,该怎么解决,求大神帮忙
2025年09月18日 01点09分 1
1