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

Mike

I'm aware of variable scope, but how do I check the scope
of the macros?

-----Original Message-----
Check the scope of the macros first of all.

-----Original Message-----
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.
.

.