I've got a macro that executes when the spreadsheet is opened. Is there a
way to set this marco to execute for any spreadsheet that is opened on my
machine? Not just the one that has the macro embeddid in it?
Jim Thomlinson - 23 Jun 2006 01:05 GMT
You need to get your head around applicaiton level wvents. Take a look at
this link to get started...
http://www.cpearson.com/excel/AppEvent.htm

Signature
HTH...
Jim Thomlinson
> I've got a macro that executes when the spreadsheet is opened. Is there a
> way to set this marco to execute for any spreadsheet that is opened on my
> machine? Not just the one that has the macro embeddid in it?
Nick Hodge - 23 Jun 2006 07:56 GMT
Put the code in your personal.xls workbook

Signature
HTH
Nick Hodge
Microsoft MVP - Excel
Southampton, England
www.nickhodge.co.uk
nick_hodgeTAKETHISOUT@zen.co.uk.ANDTHIS
> I've got a macro that executes when the spreadsheet is opened. Is there a
> way to set this marco to execute for any spreadsheet that is opened on my
> machine? Not just the one that has the macro embeddid in it?