View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
MarkHG MarkHG is offline
external usenet poster
 
Posts: 5
Default install a macro for all workbooks

Create and addin with a public method for your macro then save the
addin to 'c:\Program Files\Microsoft Office\Office\Library' or
something similar then goto Tools .. Addins in the main Excel menu and
tick your new addin. This macro will then be accesible from all other
workbooks.

Mark