当单元格更改时如何运行一些 VBA 代码?
我想在单元格中的值发生变化时添加一些 VBA 代码。
我已经尝试过 Worksheet_Change()
,如 Contextures 但是,这不起作用:它仅在用户更改值时触发。我想在值发生变化时触发它,即电子表格重新计算时。
有什么想法吗?
I want to add some VBA code when the value in a cell changes.
I've already tried Worksheet_Change()
as described at Contextures however, this won't work: it only fires when the user changes the value. I want to fire it whenever the value changes, i.e. whenever the spreadsheet recalculates.
Any ideas?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)