View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
WeiLing WeiLing is offline
external usenet poster
 
Posts: 1
Default How to open/save excel file with Visual C++

I writing a sw application with Visual C++ to read/write data to excel file.
I have found an example @ the MSDN on how to create a new excel file
(http://support.microsoft.com/?scid=k...d=2990&sid=620) using
automation method.

My question is how do I save/open an excel file using automation method.

Thanks, WL