View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
quartz[_2_] quartz[_2_] is offline
external usenet poster
 
Posts: 441
Default Programmatic cancel of shortcut menu

I am using Office 2003 on Windows XP.

A custom shortcut menu is displayed with a single menu item on it.
After 10 seconds or so, I want to cancel this menu if the user has not
clicked it.
Please note, that I have the shortcut menu and the time delay worked out. I
just need code to cancel or click the menu.

How can I do this programmatically?

Thanks much in advance for your assistance.