同一表中同一行 数据比对 姓名+身份证号码 与姓名备用与身份证号码 ,若不相同,在姓名备用与身份证号码 背景加上颜色区别,怎么写代码实现?谢谢!
此主题相关图片如下:55.png
http://www.foxtable.com/webhelp/topics/0656.htm
If e.col.name = "姓名备用" Then
if e.row("姓名")<> e.row(姓名备用")
e.Style = "样式1"
End If
End If
If e.col.name = "身份证备用" Then
if e.row("身份证")<> e.row(身份证备用")
e.Style = "样式1"
End If
End If