Application.RegisterXLL

This loads an XLL resource and automatically registers the functions and commands.
This will not add an "OPEN" entry into the registry and the file is only loaded for this current session.

Application.RegisterXLL("C:\temp\myFile.xll") 

This loads the dll and returns True if successfully loaded

Dim breturn as Boolean 
breturn = Application.RegisterXLL "mylibrary.xll"

Application.RegisteredFunctions 


© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext