What's in your workbook??
that's a hugh file.
lots of links'll will be tiresome for starters, images, etc.
you need to look and see if you can cut down on some things. Being ex-graphic design I know lots of people have massive image sizes which are NOT nessesary, if you have them, you don't need CMYK and 72 dpi will do for most black and white printing. Trim down your formulas?? do you need all the links? do they update all the time? could you paste special values with any of them?
but re: virus scanning, if your on a network, you'll be hard pushed to get any administrator to take that off.
Ian
How much of this is data and how much is later manipulation? Could some of this manipulation be done with code? Try and avoid if statements, they take alot of time. Try using Match and Offset instead with a logical solver. eg: instead of =IF(a=b,c,0) try =(a=b)*c
Other options are switching off the calculation until required. Using multiple workbooks. Consolidation to transfer data without opening workbooks. Or simply going straight for a database.
Rob
How much of this is data and how much is later manipulation? Could some of this manipulation be done with code? Try and avoid if statements, they take alot of time. Try using Match and Offset instead with a logical solver. eg: instead of =IF(a=b,c,0) try =(a=b)*c
Other options are switching off the calculation until required. Using multiple workbooks. Consolidation to transfer data without opening workbooks. Or simply going straight for a database.
Rob