I have an Excel 97 file that extracts information from numerous (70 -100) other Excel files. The problem is that our current files have start up code to set the toolbars and close code to paste special some billing information so that it is a hard coded number. I do not need to do these functions when extracting the information for this file. At best it slows the run time down considerably and at worst crashes. Is there a line of code to override this startup and close routines? I know I can open a file while holding down the shift key to override the code but can't find the line of code to do the same thing. Does anyone know how to do this? Thanks.