Hi ,
How come i am unable to execute all my right click commands in the VBA macros? even in such a simple example as below....
Public Sub RightClickDown_Default(obElem As Element)
MsgBox ("Hello")
End Sub
I just simply draw a button , did not link to any function and link to this macro and no response for all the right clicks.
Do i need to do any settings?
All my mouse over and left click commands are alright. It is just the right clicks that are giving me issues.
Warmest Regards
Whitetaru
This is a migrated post! Originally posted on 21.04.2011 by user whitetaru. Please be aware that information can be outdated.