View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Frank van Eijkelenburg Frank van Eijkelenburg is offline
external usenet poster
 
Posts: 2
Default fill a cell from a c application

Hi,

I've found the example code in the msdn to startup the excel program from a
c-application (win32 console, no c++ and mfc - Article ID: 181473). I am new to
using com and if I understood correctly, I have to use the invoke routine to do
all excel actions. The question is: what actions are available (where can I find
detailed information about it) and how do I use them?

Other question: is it better to create excel files from an mfc application (if
so, what are the arguments)?

TIA,
Frank