DBTable.ExportTextEx
Export a spreadsheet to a text file with option of using English Numbers (=True) or System Numbers (=False) in the EnglishNumbers parameter.
| Syntax | Parameters | Return Value |
|---|---|---|
Function DBTable.ExportTextEx( _
FileName As String, _
Optional FirstRow As Long = 1, _
Optional LastRow As Long = 0, _
Optional FirstColumn As Long = 1, _
Optional LastColumn As Long = 0, _
Optional Separator As Integer = 9, _
Optional UseTextLabels As Boolean = True, _
Optional CaseNamesToFirstColumn As Boolean = False, _
Optional VariableNamesToFirstRow As Boolean = False, _
Optional OverWriteFile As Boolean = True, _
Optional UseDisplay As Boolean = True, _
Optional EnglishNumbers As Boolean = False, _
Optional includeHeaderAndInfoBox As Boolean = True) As Boolean
|
|
Boolean |