Excel Active-X button cannot be clicked

不打扰是莪最后的温柔 提交于 2019-12-24 23:57:11

问题


I have a button that should be clickable in excel. When I try to click it, nothing happens. I have noticed that if I click and hold the mouse in the lower right hand corner, a second button appears. This has happened in the past, and when I moved the mouse to click that button, I could click and everything would work.

But this time, when I move the mouse, the button goes away. Thus, I cannot make the program work.

Anyone know what could be going on?

UPDATE: I tried to do this with a form control button, but I get the error that the macro is too complex. I have also tried several other active-x controls and they all do the same thing - label, checkbox, dropdown list, etc... Any help with the active-x controls would be greatly appreciated.


回答1:


I found a solution to the issue. It appears that if you have the excel file open on an additional monitor (I have 3 screens: main + 2 additional), the button gives this quirky behavior. However, if you are the main screen, it works just fine.

I tried this on a computer computers and it was the same on all.

Not sure why that works, but it does for me.



来源:https://stackoverflow.com/questions/56265391/excel-active-x-button-cannot-be-clicked

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!