VBA Run Macro and Screen Tip (or Tool Tip) From Shape. I cannot get the code I found to work
- 阅读更多 关于 VBA Run Macro and Screen Tip (or Tool Tip) From Shape. I cannot get the code I found to work
问题 I am using custom buttons (shapes) as buttons and I would like to use this code that I found but I cant get it to work correctly and I dont know why. The goal is to add a screentip to the shape as well as a macro. Normally this doesnt work. Only one or the other will work but not both. --- Please do not ask me to insert Activex Controls. I am aware Mouse move events. I did try that way and it works but it is very glitchy.--- The attached method would be perfect if anyone can help me