WorksheetFunction Documentation

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
P-A Caron said:
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.aspx?scid=kb;en-us;216388

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

/Fredrik
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top