gpt4 book ai didi

Excel VBA - 检测无效引用的函数

转载 作者:行者123 更新时间:2023-12-03 01:09:19 25 4
gpt4 key购买 nike

我是 Excel VBA 新手。是否有任何函数可以将单元格值检测为 #REF!

最佳答案

假设CellReference引用一个单元格,

要检测任何错误,请使用If IsError(CellReference) Then

要检测#REF!,请特别使用If CellReference = CVErr(xlErrRef) then

关于Excel VBA - 检测无效引用的函数,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/9970387/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com