InfoConnect for Airlines VBA Guide
CopyTableMethod Property
Gets or sets the copy table method.
Syntax
Object.CopyTableMethod As CopyTableMethods
Remarks
The method can be DetectColumns (based on vertical space alignment) or MultipleSpaces (which replaces multiple spaces or tabs with a single tab). The default is DetectColumns.
See Also