Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The specified Clipboard format is incompatible with the method being executed. Among the possible causes for this error are:
Using the Clipboard's
GetText
orSetText
method with a Clipboard format other thanvbCFText
orvbCFLink
.Using the Clipboard's
GetData
orSetData
method with a Clipboard format other thanvbCFBitmap
,vbCFDIB
, orvbCFMetafile
.Using the
GetData
orSetData
methods of aDataObject
with a Clipboard format in the range reserved by Microsoft Windows for registered formats (&HC000-&HFFFF), when that Clipboard format has not been registered with Microsoft Windows.
To correct this error
- Remove the invalid format and specify a valid one.