|
|
Question : Excel - Error loading DLL
|
|
I have excel document using a number of VBA macros. This particular file will not work on Sony Vaio desktop running windows vista. The file will not save or save as simply stating "excel can not save file" and when I try to load macro it will give error message "can not load dll".
any ideas?????
|
Answer : Excel - Error loading DLL
|
|
ahines01,
I'm with rorya, Clean up the code in a known good copy of the file in the *2003* format. Delete un-needed/Un-used code, modules, subprocedures, or functions. Delete any un-needed objects and/or objects references Delete excessive white space Compile often
Then, make *sure* that all the functionality you need still works in 2003 on *all* machines.
Then open the file on the 2007 machine and retest.
After this is done, then we can begin to trouubleshoot any issues (dll paths...ect) from a relatively clean slate.
just my 2c
JeffCoachman
|
|
|
|
|