InfoConnect for Airlines VBA Guide
PasteFromBuffer Method (UtsScreen)
Integer value 1 through 4 indicating which clipboard buffer to paste data from.
Pastes data from one of four clipboard buffers. If an invalid bufferNum value is specified, or if the specified clipboard buffer does not contain data, the request is ignored.
Syntax
object.PasteFromBuffer( _
   ByVal bufferNum As Long _
) 

Parameters

bufferNum
Integer value 1 through 4 indicating which clipboard buffer to paste data from.
See Also