Hi
In an excel sheet, I would like to run a routine when rightclick is done.
By using Sub Worksheet_BeforeRightClick, the right click is detected and my code is run, however after code is done, the right click menu shows up (delete, paste, etc)
I would like to stop the menu from showing after the code is finished.
How do I do this ?
thanks in advance
In an excel sheet, I would like to run a routine when rightclick is done.
By using Sub Worksheet_BeforeRightClick, the right click is detected and my code is run, however after code is done, the right click menu shows up (delete, paste, etc)
I would like to stop the menu from showing after the code is finished.
How do I do this ?
thanks in advance