View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Gord Dibben Gord Dibben is offline
external usenet poster
 
Posts: 22,906
Default What is the easiest way to setup a 'global' macro which is always available to Excel on a PC?

Angus

You can store the *.XLA in your XLSTART folder to have it open when Excel
does.

OR you can store it in the Office\Library folder and access it through
ToolsAdd-ins. Leave it checked.

Gord Dibben XL2002

On Mon, 24 Nov 2003 13:07:40 -0000, "Angus Comber"
wrote:

Hello

I understand that I can create an Add-in. In Word you can simply store a
document with a macro in the startup folder. Is this method possible in
Excel?

Angus Comber