QueryTable.WebFormatting Property
Returns or sets a value that determines how much formatting from a Web page, if any, is applied when you import the page into a query table. Read/write XlWebFormatting.
Syntax
expression.WebFormatting
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.
| XlWebFormatting can be one of these XlWebFormatting constants. |
| xlWebFormattingAll |
| xlWebFormattingRTF |
| xlWebFormattingNonedefault |
Example
This example adds a new Web query table to the first worksheet in the first workbook, imports all of the Web page formatting applied to the data, and then refreshes the query table.
| Visual Basic for Applications |
|---|
|