Hi, I’m trying to replace the default action of a double_click (or a right click) on a particular cell with my own action.
I can get my action to happen for the correct cell by testing the Target argument with Worksheet_BeforeDoubleClick or Worksheet_BeforeRightClick, but even though I specify Cancel = True the default action happens immediately afterwards – i.e. the cell goes into Edit mode when there’s a double click, or shows Excel’s default right-click menu when there’s a right-click.
Is this a known bug with Excel 2000 or am I missing something?
Jeremy