View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Malleswar Malleswar is offline
external usenet poster
 
Posts: 1
Default Reading current opened Excel book(file) into streams

Hi,

I want to read the currently opened file into streams.

If user is open Excel and creates a new file, and then
clicks on a button (which is provided by me) then I want to send that file
to my server. How to retrieve the that file into streams. some times he might
not have saved the currently opened file.

I am using VSTO wit h visual studio with C# and I am mainly targeting
Word/Excel/Powerpoint-2003.

Thanks in Advance