BackColor property (Microsoft Forms)
Specifies the background color of the object.
Syntax
object.BackColor [= Long ]
The BackColor property syntax has these parts:
Part | Description |
---|---|
object | Required. A valid object. |
Long | Optional. A value or constant that determines the background color of an object. |
Settings
Use any integer that represents a valid color. You can also specify a color by using the RGB function with red, green, and blue color components. The value of each color component is an integer that ranges from zero to 255. For example, you can specify teal blue as the integer value 4966415 or as red, green, and blue color components 15, 200, 75.
Remarks
You can only see the background color of an object if the BackStyle property is set to fmBackStyleOpaque.
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.