MouseIcon property

Assigns a custom icon to an object.

Syntax

object.MouseIcon = LoadPicture(pathname)

The MouseIcon property syntax has these parts:

Part Description
object Required. A valid object.
pathname Required. A string expression specifying the path and filename of the file containing the custom icon.

Remarks

The MouseIcon property is valid when the MousePointer property is set to 99. The mouse icon of an object is the image that appears when the user moves the mouse across that object.

To assign an image for the mouse pointer, you can either assign a picture to the MouseIcon property or load a picture from a file by using the LoadPicture function.

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.