QueryTable.Parameters Property
Returns a Parameters collection that represents the query table parameters. Read-only.
Syntax
expression.Parameters
expression A variable that represents a QueryTable object.
Example
This example returns the Parameters collection from an existing parameter query. If the first parameter uses the character data type, the user is instructed to enter characters only in the prompt dialog box.
| Visual Basic for Applications |
|---|
|