View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Nick Nick is offline
external usenet poster
 
Posts: 1
Default Office 97 override commandbar /menubar events

Hi all,

My problem: I need to hook into the click event of various menu items
in Excel (built in and custom).

In Office2003, this is possible as I can create a custom
CommandBarButton class using WithEvents. But in Office 97, the
CommandBarButton doesnt have any events.

So, is there any workaround for hooking into when a menu item has been
clicked, for Office 97?

Thanks,

Nick