When I create a worksheet event sub "BeforeDoubleClick", I get the following stub:
I know what the argument "Target" is, but I don't know when I would ever use the second argument, "Cancel"?![]()
Private Sub Worksheet_BeforeDoubleClick(ByVal Target As Range, Cancel As Boolean)
Any ideas on this?
Thank you in advance
Bookmarks