level 1
贴吧用户_764CZD8
楼主
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
var biao1 = ThisWorkbook.Sheets.Item("入职人员名单");
let foundCell = biao1.UsedRange.Find('44
18810000000
05034',null,1,1);
Console.log(foundCell);
}

用find查找身份证号码,总是会出现这种情况,该怎么解决,求大神帮忙