以文本方式查看主题

-  Foxtable(狐表)  (http://www.foxtable.com/bbs/index.asp)
--  专家坐堂  (http://www.foxtable.com/bbs/list.asp?boardid=2)
----  [求助]标记单元格底色  (http://www.foxtable.com/bbs/dispbbs.asp?boardid=2&id=157283)

--  作者:瑞峰
--  发布时间:2020/10/10 20:09:00
--  [求助]标记单元格底色
如果A列的值小于70,则b列的底色为蓝色(style a)
这个如何实现。

--  作者:有点蓝
--  发布时间:2020/10/11 20:21:00
--  
If e.Col.Name = "b列" andalso e.row("A列") <70 Then 
    e.style = "a" 
End IF