Disable call for Addin

  • Thread starter Thread starter Marc
  • Start date Start date
M

Marc

Hello,

Problem:
I have an Excel sheet (3Mb), data in the sheet only
justifies very little space. I'd say it should be 250 Kb.
The message on opening or closing the sheet is 'Cannot find
....xla!... which should start on opening/ closing'.

Where can I find this link and how can I break it?

Any suggestions?

Marc
 
Check to see if the names "Auto_Open" and "Auto_Close" are defined
(Ctrl-F3). They may be pointing to the add-in. Delete them to eliminate
the problem.

For the size problem you might check each worksheet to see if its active
area is larger than the data. Press Ctrl-End to go to the last active cell.
If this is well beyond data try selecting and then deleting the unused rows
and columns. Then save.
 
JIM,

That's it. Thanks!

There were a lot of names defined linked to the intranet,
removing them shrinked the file from 3714 Kb to a tiny 36
Kb.

Thanks,

Marc
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

finding AddIns folder 1
Excel addin 2
AddIns 3
VBA Addin and range names 4
Folder location for Addins 9
Addin not allowing thisworkbook.save in before save event 3
When do AddIns load? 1
Relocating my AddIn 3

Back
Top