Workbook.BeforeRightClick

This event is called before an area in the workbook is right clicked.

Syntax Parameters Return value
Event Workbook.BeforeRightClick( _
    Where As Integer, _
    ByRef Cancel As Boolean)
  • Where [in]

    Type: Integer

  • Cancel [in, out]

    Type: Boolean

-