View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
m.ahrens m.ahrens is offline
external usenet poster
 
Posts: 16
Default Excel Interop Catch Event for Saving a file as xls and as xml?

Hi all

I try to catch an Excel Interop Event with my c# program, where i can save
the file the normal way as xls and in addition the same file as xml...so that
the user only once clicks save and chooses a location like c:\tmp\test.xls
while the xml file gets automatically saved into c:\tmp\xml\test.xml.

what event do i have to use to do this, and how can I do this? if somebody
could show my a little sample that would be very nice! is it possible at all?

thanks for your help
m.ahrens