Home ยป Worksheet.BeforeDoubleClick event
Learn
Excel Macro: Sort Column Data By Double Clicking Header Cell
If you want to sort the column data in ascending or descending order by double clicking on any Excel column header, you […]
Learn
Excel Macro: Highlight the Active Row and Column
The VBA code examples show ways to highlight the active cell or the rows and columns that contain the active cell. Get the VBA code now!
Range.Column property Range.CurrentRegion property Range.Select method Range.EntireColumn property Range.EntireRow property IsEmpty function Worksheet.SelectionChange event Worksheet.BeforeDoubleClick event Application.ScreenUpdating property Interior.ColorIndex property Range.Interior property Range.Address property On Error statement
Learn
Excel Macro: Zoom In and Out in Worksheet on Double-Click
Sometimes, if you want to zoom in and out in a worksheet, you need to have a finger on CTRL and the […]
Docs
Worksheet.BeforeDoubleClick event
Occurs when a worksheet is double-clicked, before the default double-click action. Syntax expression.BeforeDoubleClick (Target , Cancel) expression A variable that represents a […]