Macro Not Loading XLSART excel

S

S Crowell

I have created a macro and placed into the xlstart folder
and the macro will load at first. At some point, the
macro stops loading, yet the macro is still in the
xlstart folder.

Any thoughts?
 
G

Gord Dibben

S

Macros don't load from the XLSTART folder.

Workbooks load from the XLSTART folder. The macro must be in workbook.

Is your macro stored in a file named Personal.xls or in another workbook?

Is the macro in a general module or Thisworkbook module or Worksheet module.

Show us your macro code.

More information please.

Gord Dibben Excel MVP
 
D

Dave Peterson

If you're using xl2002 or xl2003, try:
Help|about MS excel|click on disable items and see if your workbook was disabled
by excel.
Select your workbook and click the enable button

If you're like me, you dismissed the warning prompt that excel gave when it was
about to do this.

If your workbook was really corrupted, you might need to restore from your
backup, too.
 
Top