QueryTable.TextFileTrailingMinusNumbers Property
True for Microsoft Excel to treat numbers imported as text that begin with a "-" symbol as a negative symbol. False for Excel to treat numbers imported as text that begin with a "-" symbol as text. Read/write Boolean.
Syntax
expression.TextFileTrailingMinusNumbers
expression A variable that represents a QueryTable object.
Example
In this example, Microsoft Excel determines the setting for cell A1, treating numbers imported as text that begin with a "-" symbol. This example assumes a QueryTable object exists on the active worksheet.
| Visual Basic for Applications |
|---|
|