如果你需要这个功能的话, 那你要在每一个表都要加一个颜色列了
然后把上面的
Dim Tbl As Table = Tables("表A")
改为
Dim Tbl As Table = CurrentTable
就可以实现功能了