G Guest May 28, 2004 #1 Is there some way to open a file minimized - just open it, do some processing, and close it, without it showing on the screen?
Is there some way to open a file minimized - just open it, do some processing, and close it, without it showing on the screen?
F Frank Kabel May 28, 2004 #2 Hi you could use application.screenupdating=false -- Regards Frank Kabel Frankfurt, Germany Bill said: Is there some way to open a file minimized - just open it, do some Click to expand... processing, and close it, without it showing on the screen?
Hi you could use application.screenupdating=false -- Regards Frank Kabel Frankfurt, Germany Bill said: Is there some way to open a file minimized - just open it, do some Click to expand... processing, and close it, without it showing on the screen?
D Dave Peterson May 29, 2004 #3 Maybe you could save your .xls file as hidden. with that workbook the active workbook: Window|Hide Close excel and you'll be prompted to save that workbook. Next time you open it, it'll open hidden. (Or save the workbook as an addin. These are hidden, too.)
Maybe you could save your .xls file as hidden. with that workbook the active workbook: Window|Hide Close excel and you'll be prompted to save that workbook. Next time you open it, it'll open hidden. (Or save the workbook as an addin. These are hidden, too.)