This topic has not yet been rated - Rate this topic

Application.SheetBeforeDoubleClick Event

Office 2007
Occurs when any worksheet is double-clicked, before the default double-click action.

Syntax

expression.SheetBeforeDoubleClick(Sh, Target, Cancel)

expression   An expression that returns a Application object.

Parameters

NameRequired/OptionalData TypeDescription
ShRequiredObject A Worksheet object that represents the sheet.
TargetRequiredRangeThe cell nearest to the mouse pointer when the double-click occurred.
CancelRequiredBooleanFalse when the event occurs. If the event procedure sets this argument to True, the default double-click action isn't performed when the procedure is finished.

Remarks

This event doesn't occur on chart sheets.




Did you find this helpful?
(1500 characters remaining)
Community Content Add
Annotations FAQ