Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
If e.Col.Name = "第三列"
e.Cancel = True '取消默认动作
Forms("窗口1").Open()
End If
If e.Col.Name = "第五列"
e.Cancel = True '取消默认动作
Forms("窗口2").Open()
End If
If e.Col.Name = "第八列"
e.Cancel = True '取消默认动作
Forms("窗口2").Open()
End If