Thread: addin toolbar
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
guedj54 guedj54 is offline
external usenet poster
 
Posts: 7
Default addin toolbar

Hi,
I have a macro called Mymacro()
I need to save that macro as an add-in...

The problem is that I need to have a toolbar button that will launch
Mymacro().

I need the addid to create this toolbar button too.

Any idea?

Paul