title | keywords | f1_keywords | api_name | ms.assetid | ms.date | ms.localizationpriority | ||
---|---|---|---|---|---|---|---|---|
QueryTable.PostText property (Excel) |
vbaxl10.chm518089 |
|
|
f89c21bb-2b51-49b2-b986-8c3aca2038c1 |
05/03/2019 |
medium |
Returns or sets the string used with the post method of inputting data into a web server to return data from a web query. Read/write String.
expression.PostText
expression A variable that represents a QueryTable object.
Microsoft Excel includes sample web queries that you can modify by changing the HTML code by using WordPad or another text editor. You can find these samples in the Queries folder where you installed Microsoft Office.
If you import data by using the user interface, data from a web query or a text query is imported as a QueryTable object, while all other external data is imported as a ListObject object.
If you import data by using the object model, data from a web query or a text query must be imported as a QueryTable, while all other external data can be imported as either a ListObject or a QueryTable.
The PostText property applies only to QueryTable objects.
[!includeSupport and feedback]