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