QueryTable.WebSingleBlockTextImport Property
True if data from the HTML <PRE> tags in the specified Web page is processed all at once when you import the page into a query table. False if the data is imported in blocks of contiguous rows so that header rows will be recognized as such. The default value is False. Read/write Boolean.
Syntax
expression.WebSingleBlockTextImport
expression A variable that represents a QueryTable object.
Remarks
Use this property only when the query table's QueryType property is set to xlWebQuery and the query returns an HTML document.
Example
This example adds a new Web query table to the first worksheet in the first workbook and and then imports all of the HTML <PRE> tag data all at once.
| Visual Basic for Applications |
|---|
|