View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
spIky haIred spIky haIred is offline
external usenet poster
 
Posts: 25
Default Create generic macro for a custom toolbar

Hi Jim,

I got a run time error 438 - object does not support property/
method... strange... any idea what i might be doing wrong? i assigned
a macro to a button on the toolbar. The macro was just a simple one
like so:

Public Sub Test
Msgbox Application.CommandBars.ActionControl
End sub

Thanks.