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
GetTextorSetTextmethod with a Clipboard format other thanvbCFTextorvbCFLink.Using the Clipboard's
GetDataorSetDatamethod with a Clipboard format other thanvbCFBitmap,vbCFDIB, orvbCFMetafile.Using the
GetDataorSetDatamethods of aDataObjectwith 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.