Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Dear Excel Gurus,
I have been writing Excel DLL. Recently, I got to know about Excel XLL files. Can someone advise on the pros and cons of each? Under what kind of situation should determine our choice of using XLL or DLL? |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Assumimg your DLLs are VB6 DLLs then XLLs are faster because they use the C
API rather than going through the COM layer, and because complied C is faster than compiled VB. But only a subset of the Excel object model is exposed to the C interface which may be a problem. Also if you are writing application extension addins which expose an EUI this tends to be more work in an XLL. So the general recommendation is to use XLL when you need very fast worksheet functions, otherwise VBA XLA or VB DLL. Charles _________________________________________ UK Cambridge XL Users Conference 29-30 Nov http://www.exceluserconference.com/UKEUC.html "Sing" wrote in message ... Dear Excel Gurus, I have been writing Excel DLL. Recently, I got to know about Excel XLL files. Can someone advise on the pros and cons of each? Under what kind of situation should determine our choice of using XLL or DLL? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 97 Versus 2003 | Excel Worksheet Functions | |||
Excel: PC versus Mac | Excel Discussion (Misc queries) | |||
XLA versus Reference versus Nothing | Excel Programming | |||
Excel drop-down values versus labels | New Users to Excel | |||
Naming a range versus formula in Excel | Excel Programming |