Parameter.SourceRange Property
Excel Developer Reference |
Returns a Range object that represents the cell that contains the value of the specified query parameter. Read-only.
Syntax
expression.SourceRange
expression A variable that represents a Parameter object.
Example
This example changes the value of the cell used as the source range for the query.
Visual Basic for Applications |
---|
|
See Also