Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 18
Default Excel XLL versus DLL

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 968
Default Excel XLL versus DLL

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Excel 97 Versus 2003 Annie Excel Worksheet Functions 1 February 28th 07 06:03 PM
Excel: PC versus Mac JimMay Excel Discussion (Misc queries) 1 April 28th 06 05:51 PM
XLA versus Reference versus Nothing Jos Vens[_2_] Excel Programming 2 April 11th 05 08:54 AM
Excel drop-down values versus labels Ian Tresman New Users to Excel 1 December 9th 04 06:28 PM
Naming a range versus formula in Excel Jos Vens Excel Programming 4 July 14th 04 01:26 PM


All times are GMT +1. The time now is 02:07 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"