Library.ImportTextAutoEx
This function imports a text file using auto formatting (with extended options).
Syntax | Parameters | Return Value |
---|---|---|
Function Library.ImportTextAutoEx( _ fileName As String, _ Optional fieldSeparator As Variant = 9, _ Optional startImport As Long = 1, _ Optional TextQualiferCode As TextImportQualifier = scTextImportQualifierNone, _ Optional bTreatConsecutiveSeparatorsAsOne As Boolean = False, _ Optional bCaseNamesFromFirstColumn As Boolean = False, _ Optional bVariableNamesFromFirstRow As Boolean = False, _ Optional bTrimLeadingSpace As Boolean = False) As Spreadsheet |
The fully-qualified pathway to the text file to import. Type: String Which ASCII character code shall be used as a separator in the text file when importing. This parameter defaults to 9, which implies a tab. Type: Variant Default value: 9 The first case to begin the import from. This parameter defaults to 1. Type: Long Default value: 1 The text qualifier, which specifies whether or not string values are quoted. Type: TextImportQualifier Default value: scTextImportQualifierNone Type: Variant Default value: -1 |
Spreadsheet |
Copyright © 2020. Cloud Software Group, Inc. All Rights Reserved.