View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
philg1984 philg1984 is offline
external usenet poster
 
Posts: 1
Default How to not show save dialog after reading from excel file.

I am working on a project where around 15000 excel files will be opened,
values read from them and then closed using Visual C Sharp 2005. I have the
problem that when the workbooks are closed they are opening a save/save as
file dialogue box. Obviously i do not want to sit there for 15000 files and
press this. Any ideas how to disable it? Thanks