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