InfoConnect for Airlines VBA Guide
PasteReplaceTabs Property
Gets or sets a value indicating whether to replace tabs in the Clipboard's contents with a specified string before pasting the selection within a host application. The PasteTabReplacement property defines the string.
Syntax
Object.PasteReplaceTabs As Boolean

Property Value

The default value is True.
Exceptions
ExceptionDescription
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.
See Also