View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones Norman Jones is offline
external usenet poster
 
Posts: 5,302
Default VBE Custom menuitem not calling OnAction macro

Hi,

See Chip Pearson's VBECmdHandler class:

http://www.cpearson.com/excel/vbemenus.htm

---
Regards,
Norman



"R Avery" wrote in message
...
I have done some research and found this:


http://groups.google.com/groups?hl=e...com%26rnum%3D1

It appears that you need to create a class that implements the office
menuitem click event in order for it to fire. Simply setting the
OnAction property does nothing.