Spreadsheet.ExportTextEnhEx
This function enhances export of a spreadsheet to a text file with many options.
| Syntax | Parameters | Return Value |
|---|---|---|
Function Spreadsheet.ExportTextEnhEx( _
FileName As String, _
Optional TextEncoding As Integer = 1, _
Optional FirstRow As Long = 1, _
Optional LastRow As Long = 0, _
Optional FirstColumn As Long = 1, _
Optional LastColumn As Long = 0, _
Optional RowSeparator As String = "\r\n", _
Optional ColSeparator As String = "\t", _
Optional CaseNamesToFirstColumn As Boolean = True, _
Optional VariableNamesToFirstRow As Boolean = True, _
Optional IncludeHeaderAndInfoBox As Boolean = False, _
Optional UseLongVariableNames As Boolean = True, _
Optional UseTextLabels As Boolean = True, _
Optional UseDisplay As Boolean = True, _
Optional EnglishNumbers As Boolean = True, _
Optional LikeExcel As Boolean = True, _
Optional OverWriteFile As Boolean = True) As Boolean
|
Type: String
Type: Integer Default value: 1
Type: Long Default value: 1
Type: Long Default value: 0
Type: Long Default value: 1
Type: Long Default value: 0
Type: String Default value: "\r\n"
Type: String Default value: "\t"
Type: Boolean Default value: True
Type: Boolean Default value: True
Type: Boolean Default value: False
Type: Boolean Default value: True
Type: Boolean Default value: True
Type: Boolean Default value: True
Type: Boolean Default value: True
Type: Boolean Default value: True
Type: Boolean Default value: True |
Boolean |