LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Migrating from XLL to XLA

Hi everyone,

I want to substitute user defined functions (UDF) provided through a XLL by
a combination of an Excel Add-In and a COM-component.

Unfortunately, opening a XLS that was created using the old XLL causes
problems when the UDFs are
provided by the add-in. In fact, it looks like the Excel is not able to
automatically use the new functions, although the functions are available.

If the worksheet is opened #NAME is displayed in the cells using the
respective functions and pressing F9 does not resolve the problem. However,
entering one of the respective cells and pressing enter resolves the
problem. Using the XLL the functions where registered in a certain category
(as displayed in the function wizard).

By now I am pursuing the following approach:

a) the functionality is placed in some COM-component

b) there is a XLA which provides wrapper functions for the methods of the
COM-Object (as suggested in
http://support.microsoft.com/default...;en-us;Q256624)

c) I am using the REGISTER macro in combination with a self-made DLL to
register the functions in a certain category (see
http://www.jkp-ads.com/Articles/RegisterUDF00.htm)

I have been using Laurent Longre's FUNCUSTOMIZE.DLL and it has been working
well, but since I returned to using VBA code to register the
functions Excel won't use my XLA-functions as the new UDFs.

Anyone having experience with migrating from XLLs to XLAs?

Thanks in advance,

Peter


 
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
Migrating Locations Victor Hitchings via OfficeKB.com Excel Worksheet Functions 2 July 2nd 05 03:31 PM
Migrating forms to VB6 from VBA R Avery Excel Programming 0 November 26th 04 05:13 PM
migrating program to wp Howard Excel Programming 0 February 27th 04 11:31 PM
Migrating from Excel VBA to VB Justin Dutoit Excel Programming 2 September 19th 03 11:38 PM


All times are GMT +1. The time now is 11:07 PM.

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"