ID: Q121400
5.00 WINDOWS kbprg
The information in this article applies to:
In Microsoft Excel, if you use the OnDoubleClick property in a Visual Basic procedure, or the ON.DOUBLECLICK function in a version 4.0 macro to assign a macro to run when you double-click on a worksheet or chart, one of the following occurs when you double-click on the toolbars area:
-or-
This behavior occurs when you use the following in a Visual Basic procedure
Workbooks("BOOK1.XLS).Worksheets("Sheet1").OnDoubleClick = "Test"
or the following in a version 4.0 Macro
=ON.DOUBLECLICK("[Book1]Sheet1", "Macro1!Test")
to assign the macro TEST to run when you double-click on Sheet1 in
BOOK1.XLS, and you then double-click on the toolbars area.
If BOOK1.XLS is open when you double-click on the toolbars area, the macro TEST runs. If you close BOOK1.XLS, and then double-click on the toolbars area in the same session of Microsoft Excel, you receive a GP fault.
To avoid receiving a GP fault, when you have used either the OnDoubleClick property or the ON.DOUBLECLICK function in the current session of Microsoft Excel, do not double-click on the toolbars area. Instead, do either of the following:
-or-
Microsoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in Microsoft Excel version 5.0c.
You can use the OnDoubleClick property or the ON.DOUBLECLICK function to set the name of a macro to run whenever you double-click anywhere on the specified chart or sheet. When you run the procedure that contains this property, or the macro that contains this function, the assigned macro should not run when you double-click in the toolbar area. Instead, the toolbars dialog box should be displayed.
For more information about the OnDoubleClick Property, choose the Search button in the Visual Basic Reference and type:
OnDoubleClick Property
For more information about ON.DOUBLECLICK, choose the Search button
in Microsoft Excel Macro Functions Help and type:
ON.DOUBLECLICK function
KBCategory: kbprg
KBSubcategory:
Additional reference words: 5.00 gpf
Version : 5.00
Platform : WINDOWS
Last Reviewed: September 14, 1996