View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Macro-Toolbarbutton

Set a reference to your addin in the VBE, ToolsReferences.

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"John" wrote in message
...
Hello,

I am trying to add a toolbar button that will run a macro
in any file. The macro that I am trying to run is from a
custom Add-In I have created. This Add-In macro can run
from any file. How can I get the toolbar button to
reference the Add-In Macro, additionally I would like the
toolbar button to appear on my toolbar for every Excel
file I have open (somewhat like a default toolbar button).