Repaint method (Microsoft Forms)
Updates the display by redrawing the form or page.
Syntax
Boolean = object. Repaint
The Repaint method syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Remarks
The Repaint method is useful if the contents or appearance of an object changes significantly, and you don't want to wait until the system automatically repaints the area.
See also
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.