View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Mark Ivey Mark Ivey is offline
external usenet poster
 
Posts: 120
Default Read and write an Excel file

If you can do it from VB Script, I don't see why not (but I am not totally
sure).

Can you utilize VB Script from with inside your C++? I have not done much
with C++ in quite a while, but I know you can embed other types of scripts
within HTML and some other languages.

Here is a weblink that shows some common stuff for Excel using VB Script.
http://www.microsoft.com/technet/scr....mspx?mfr=true

Not sure if this helps...
Mark Ivey


"Claude Gagnon" wrote in message
...
Hi,

Is it possible to read and write an Excel file from Visual C++ ?

Thanks,

Claude