条件格式取决于在Excel中使用VBA单元格批注
问题:
如何根据单元格注释进行条件格式设置?
答案:
将以下代码插入标准模块的公式中以进行条件格式化:= test(Data)= True Function Test(范围为rng)作为布尔值
If rng.Comment.Text = "Test" Then Test = True Else Test = False End If End Function
office excel word ppt windows etc 's skill
问题:
如何根据单元格注释进行条件格式设置?
将以下代码插入标准模块的公式中以进行条件格式化:= test(Data)= True Function Test(范围为rng)作为布尔值
If rng.Comment.Text = "Test" Then Test = True Else Test = False End If End Function