InfoConnect for Airlines VBA Guide
PasteTabReplacement Property
Gets or specifies the string that replaces tabs if the PasteReplaceTabs setting is set to true. Any random set of characters is acceptable, including character spaces.
Syntax
Object.PasteTabReplacement As String

Property Value

The default value is "".
Exceptions
ExceptionDescription
System.ArgumentException This exception is thrown if the set parameter length is longer than the maximum allowed length.
Attachmate.Reflection.SecuredSettingException This exception is thrown when you modify a property that was secured via the Permissions Manager, or that can only be modified by an Administrator.
Remarks
The PasteReplaceTabs property must be set to true. The string can be up to 260 characters long.
See Also