Rss & SiteMap
Foxtable(狐表) http://www.foxtable.com
这样?
Select e.DataCol.Name
Case "借方金额"
If e.DataRow.IsNull("借方金额") = False Then
e.DataRow("贷方金额") = Nothing
End If
Case "贷方金额"
If e.DataRow.IsNull("贷方金额") = False Then
e.DataRow("借方金额") = Nothing
End If
End Select
A列修改后,把B列的值赋值为nothing,B列也等同于修改了,同样会触动这一个公式造成A列修改。
不知道行不行,还没有试
这样?
Select e.DataCol.Name
Case "借方金额"
If e.DataRow.IsNull("借方金额") = False Then
e.DataRow("贷方金额") = Nothing
End If
Case "贷方金额"
If e.DataRow.IsNull("贷方金额") = False Then
e.DataRow("借方金额") = Nothing
End If
End Select
测试后还是不行
月饼?我只对月亮感兴趣