Hi Scott
That is a LOT of workbooks to open that contain links! Do you need to open them all at once ?
Could you open them in a sequencial order so the links update and then close them ?
Don't save the Workbooks in multiple formats unless really needed. Saving Workbooks as more than one format ( 95,97 and 97 ) can blow out file size by > 75%
If your using VBA then NOT releasing Objects from memory is another cause, always set them to nothing on completion:
Set Wsht as Worksheet(1)
Your code
Set Wsht =Nothing
Also see this article on OUTLOOK http://support.microsoft.com/support/kb/articles/Q167/0/81.ASP
Only have the "Add-ins" you need installed
You may be able to track down any possible problems the the INFO function, the below is from the help on it:
Another big cause of problems is out of date Printer drivers make sure you have the latest. You can do this by going to the Website of your printer manufacture.
See this article: http://support.microsoft.com/support/kb/articles/Q165/9/85.ASP
Keeping the sheet zoom at 100% can also be helpful
And last but by no means least, delete all Temp files, Do a scan disk, empty the re-cycle bin then do a disk de-frag and re-boot.
Dave
OzGrid Business Applications