问题描述逻辑不清晰,如果是DatacolChaning事件,直接:
e.Cancel = True
可以取消修改。
如果要返回,直接return
if 条件 then
e.Cancel = true
return
end if
其他代码