Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Use the tools add-in manager to add the XLL, or run the following code: Application.RegisterXLL("C:\Hyperion\Essbase\Bin\e ssexcln.xll") Jens. -- http://ManagedXLL.net/ Replace MSDN with my first name when replying to my email address! "utmb" wrote I have an add-in that I have to load everytime I open excel,"essexcln.xll. I have tried to write a macro to load this add-in but I keep getting an error message. Can someone please help me with this. My vba book has some sample coding that I have been trying it is as follows AddIns.Add Filename:="C:\Hyperion\Essbase\Bin\essexcln.xll" AddIns("Hyperion Essbase OLAP Server DLL").Installed = True |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Starting with a zero? | Excel Discussion (Misc queries) | |||
Postcodes starting with 0 | Excel Discussion (Misc queries) | |||
Starting over | Excel Programming | |||
Help with the basics. Starting out. | Excel Programming | |||
Starting a userform upon starting the file | Excel Programming |