Invalid picture type (Error 485)

The resource file picture format you tried to load doesn't match the specified property of the object. This error has the following causes and solutions:

  • You tried to use the LoadResPicture method to load a bitmap resource as the Icon property of a form. Change the property to the Picture property or change the format argument of LoadResPicture to vbResIcon.

  • You tried to use the LoadResPicture method to load a cursor resource as some property of an object or control other than the MousePointer property. Change the property reference to MousePointer.

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.