QueryTable.EnableEditing Property
True if the user can edit the specified query table. False if the user can only refresh the query table. Read/write Boolean.
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 |
|---|
|