View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Rod Good Rod Good is offline
external usenet poster
 
Posts: 4
Default Using Excel through COM

Hi,

I'm trying to find out if the following is possible :

- write some data to an existing Excel sheet from COM / C++
- after writing the data, call a formula on the sheet and get the
results back via COM / C++

If anyone knows how to do this, please let me know. Documentation
would be especially appreciated. Thanks !

- Rod