XL98: Wristwatch Mouse Cursor in Button Editor Using Macro (192213)



The information in this article applies to:

  • Microsoft Excel 98 Macintosh Edition

This article was previously published under Q192213

SYMPTOMS

In Microsoft Excel 98 Macintosh Edition, when you display the Button Editor dialog box by using a Visual Basic for Applications procedure or a Microsoft Excel version 4.0 macro, the pointer may be displayed as a wristwatch instead of as an arrow.

CAUSE

This behavior occurs when you use a macro to display the Button Editor dialog box. For example, when you run a Visual Basic for Applications procedure that contains the following command
   Application.Toolbars(1).ToolbarButtons(1).Edit
				
or an Excel 4.0 macro that contains the following function
   =Edit.Tool(1,1)
				
the Button Editor dialog box appears, but the pointer is a wristwatch instead of an arrow.

Note that even though the mouse pointer is a wristwatch, you can still use the pointer to edit the button image, choose OK, and so on. The pointer behaves as if it is an arrow, even though it is a wristwatch.

This behavior does not occur if you display the Button Editor dialog box by choosing Edit Button Image from the toolbar button shortcut menu.

WORKAROUND

To work around this problem, use any of the following methods.

Method 1

Use the cursor to edit the button image as needed even though it is a wristwatch instead of the arrow. Click OK or press RETURN when you have finished editing the button.

Method 2

Open the Button Editor dialog box from the toolbar button shortcut menu by following these steps:

  1. On the View menu, point to Toolbars and click Customize.
  2. Hold down CONTROL, and then click the toolbar button that you want to edit.
  3. On the toolbar button shortcut menu, click Edit Button Image.
The Button Editor dialog box appears, and the mouse cursor is an arrow as expected.

STATUS

Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article.


Modification Type:MajorLast Reviewed:9/11/2002
Keywords:kbbug kbProgramming KB192213