Syntax

expression.EnableEditing

expression A variable that represents a QueryTable object.

Remarks

This example sets query table one so that the user cannot edit it.

Example

Visual Basic for Applications
Worksheets(1).QueryTables(1).EnableEditing = False
Allow user to edit query table? enable enable editing Enable Editing Property EnableEditing EnableEditing Property

See also: