View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Paul E Collins Paul E Collins is offline
external usenet poster
 
Posts: 5
Default How do you run an add-in?

I have put a macro together (see: "Open a CSV how God meant it"; thanks,
Tim) and I need it to be a command that users can run without messing about
opening a special worksheet. Ideally it would be a toolbar button or
something.

I saved it as an addin (*.xla) and placed it in my AddIns directory. It does
now appear in the Tools AddIns list. But how do I use it? How do I run
that macro? It isn't in the macro list.

Thanks.

Eq.