Application ProtectedViewWindowBeforeEdit Event

Purpose

Occurs immediately before editing is enabled on the workbook in the specified Protected View window.

Syntax

ProtectedViewWindowBeforeEdit(Pvw, Cancel)

Required Parameters

Pvw

The Protected View window that contains the workbook that is enabled for editing.

Cancel

False when the event occurs. If the event procedure sets this argument to True, editing is not enabled on the workbook.