View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
eric eric is offline
external usenet poster
 
Posts: 33
Default Add-in not working

In Word 2000

I have created an add-in that consists of several macros
and a 2 button toolbar (created via ToolsCustomise) to
run the macros.

I've loaded the add-in but the toolbar can't find the
macros. When i check the macro dialog the macro don't
appear. The macros definitely are in the add-in.

What do I need to check to get this to work?
Do I need to create the toolbars within VBA and if so how
do i do that.