View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Peter van de Kerkhof Peter van de Kerkhof is offline
external usenet poster
 
Posts: 9
Default How to put excel macros in a 'global' place.

Hi,

I wrote some excel macros that need to be stored in a 'global place'
accessable from multiple workbooks.
I put them in an .xls, created an .xla and put that in the addin list, but
I can't call the included public defined macros.
(I want to call the macros using a workbook button!)

How to solve this?
or
What is a better solution?

Regards Peter
--