Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
This is most defintely an FAQ, but I'm asking it here because there seem to be several answers to this question. I need to write functions in C++ and make them available in Excel (Excel2002) as wooksheet functions. I already have an elaborate system written in C++ (albeit in Unix) and I want to use Excel to interface it. What is the current recommended solution and what are the necessary tools for it? Many thanks in advance. Bura |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi Bura,
For Excel 2002 you've got two choices: XLLs or Automation Add-ins. The main difference between the two is that Automation add-ins require COM programming skills, while XLLs don't. Both require a pretty intimate knowledge of Excel. For more information on XLLs, see the Excel 97 SDK (for the purposes of XLL programming, everything's still the same): http://msdn.microsoft.com/library/ under: Office Solutions Development Microsoft Office Microsoft Office 97 Product Documentation Excel Microsoft Excel 97 Developer's Kit The files that go with it can be found at (watch the wrap): http://download.microsoft.com/downlo...excel97sdk.exe For Automation Add-ins, a good place to start would be he http://support.microsoft.com/default...;en-us;Q291392 -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * "Bura Tino" wrote in message om... Hi, This is most defintely an FAQ, but I'm asking it here because there seem to be several answers to this question. I need to write functions in C++ and make them available in Excel (Excel2002) as wooksheet functions. I already have an elaborate system written in C++ (albeit in Unix) and I want to use Excel to interface it. What is the current recommended solution and what are the necessary tools for it? Many thanks in advance. Bura |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Trying to build a If statement | Excel Worksheet Functions | |||
Build a Table | Excel Discussion (Misc queries) | |||
Build too for ordering | New Users to Excel | |||
Build Formula | Excel Worksheet Functions | |||
How would I build an "if" formula... | Excel Worksheet Functions |