View Single Post
  #13   Report Post  
Posted to microsoft.public.excel.programming
[email protected] nosliwgerg2@gmail.com is offline
external usenet poster
 
Posts: 9
Default Cell Toolbar Dilemma xl2013

Hi Gary:

I'm not sure if I understand you, but the right click event that I capture is workbook level, not worksheet level. I use the Workbook_SheetBeforeRightClick event in the ThisWorkbook class module.

FWIW, I decided to implement the kludge I mentioned, e.g. Application.OnTime Now, "DeleteWorksheets". I have it working fine. In theory my popup is dismissed before the deletions or activation changes take place. This avoids the problem.

The issue likely originates with xl2013.

Greg