Delete a bitmap from a control
In the Properties window:
Highlight the value of the Picture property (the word "bitmap").
Press DELETE.
Or, in code:
- Enter the following statement:
Object.Picture = LoadPicture("")
See also
- Microsoft Forms collections, controls, and objects
- Microsoft Forms reference
- Microsoft Forms conceptual topics
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.