View Single Post
  #2   Report Post  
Fredrik Wahlgren
 
Posts: n/a
Default


"P-A Caron" <P-A wrote in message
...
Hi,

I have to open a worksheet from a C++ application, I was looking around to
find the documentation on how to open a workbook and worksheet and I found
it. Now what I'm looking for is where can I find the documentation for

the
WorksheetFunction for C++ if this information exist.

Thanks
P-A


I haven't found any such documentation. What you have to do is to start with
VBA code and write something that works. You can then convert from VBa to
C++. It's not an easy task and you should use early binding in C++, if you
don't mind using latae binding, there's a utilty from MS that will do the
conversion. The code doesn't look nice and it must be edited. Here's a link
to the utility.

http://support.microsoft.com/default...b;en-us;216388

I think you should post this question to the microsoft.public.excel.sdk
newsgroup.

/Fredrik