Invalid Clipboard format (Error 460) [1 of 2]

The specified Clipboard format is incompatible with the method being executed. This error has the following causes and solutions:

  • You tried to use the GetText method or SetText method with a Clipboard format other than vbCFText or vbCFLink. Remove the invalid format and specify one of the two valid formats.

  • You tried to use the GetData or SetData method with a Clipboard format other than vbCFBitmap, vbCFDIB, or vbCFMetafile. Remove the invalid format and specify one of the three valid graphics formats.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.