我只能在一个特定的工作簿上复制这个“功能”(其中有很多很好的代码),这个工作簿使用了大约2年,用Excel 2010(32位)构建,在那里工作得很好,目前正在尝试在Excel 2016(32位)。
“功能”如下 - Excel 2016中的Active-X单选按钮似乎具有30秒滞后功能。大约30秒后,不应选择的一个(s)未被选中。单选按钮没有任何与之关联的事件。
像这样:
试过:
Application.ScreenUpdating = True
Application.EnableAnimations=True
Application.EnableEvents = True
Application.CalculateFullRebuild
Application.Calculation = xlAutomatic
'+ Deleting the radio buttons and creating them again.
'+ Both *.xlsb & *.xlsm
参考文献:
有时这会“停止”约一分钟左右,选择正常,但接着继续。