Application.MacroBeforeRightClick
This event is called before a Macro right-click is processed.
| Syntax | Parameters | Return Value |
|---|---|---|
Event Application.MacroBeforeRightClick( _
Macro As Macro, _
Where As Integer, _
ByRef Cancel As Boolean)
|
Type: Macro
Type: Integer
Type: Boolean |
- |