View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
fgrose fgrose is offline
external usenet poster
 
Posts: 6
Default Does 2007 Office VBE Editor CommandBarButton .OnAction Property wo

Using Excel 2007, I can create with VBA new CommandBarButtons in the Editor
window, but I can't seem to get them to respond to Click events.

But I haven't found an .OnAction assigment syntax that works or produces any
result.

Is there a way to trigger the a subroutine or another function or macro
assigned to the .OnAction property?

Thanks.