ActiveX
To specify the pointer and where it is displayed
At run time,
- If you want to specify a user-defined icon, specify the icon with the CursorIcon property.
- Specify the area of the sheet for which you want to display the pointer with the CursorType property.
- If you set the CursorIcon property in step 1, set the CursorStyle property to 0 (User Defined). Otherwise, set the CursorStyle property to a value other than 0 (User Defined) to specify the pointer for the area you set in step 2.
- Repeat steps 1–3 for each area of the sheet for which you want to specify a pointer.