View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
epr epr is offline
external usenet poster
 
Posts: 4
Default annoying pop up windows

i am dealing with large number of files, basically, open the file, collect
some fields, then close it.

this process should go unattented, however, some of the files is causing
trouble for me:

1. the file has some links and always pop up a window asking me to
'continue' or 'update'.

this causes my process to stop till i click on ' continue'.

how can i programmingly do this?

i use C# and this happens right after i call workbook.open().

thanks.

--
epr