Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Starting add-in using vba


I have an add-in that I have to load everytime I ope
excel,"essexcln.xll.

I have tried to write a macro to load this add-in but I keep getting a
error message. Can someone please help me with this.

My vba book has some sample coding that I have been trying it is a
follows


AddIns.Add Filename:="C:\Hyperion\Essbase\Bin\essexcln.xll"
AddIns("Hyperion Essbase OLAP Server DLL").Installed = True

Thanks

--
utm
-----------------------------------------------------------------------
utmb's Profile: http://www.excelforum.com/member.php...fo&userid=1609
View this thread: http://www.excelforum.com/showthread.php?threadid=27546

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 430
Default Starting add-in using vba

Add-in (I thought??) were normally filename.xla << ext xla the "a" for
addin;
Anyway other than that (problem maybe..)
If you need to load this add-in each time you open Excel
the intended manner to do this is to do it only once -- by going to your
tools menu,
selecting add-ins , then browse... find and click on (normally)
essexcln.xla ,, OK.
Close and Reopen Excel.



"utmb" wrote in message
...

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

Thanks,


--
utmb
------------------------------------------------------------------------
utmb's Profile:

http://www.excelforum.com/member.php...o&userid=16099
View this thread: http://www.excelforum.com/showthread...hreadid=275469



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 44
Default Starting add-in using vba


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



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
Starting with a zero? karyd Excel Discussion (Misc queries) 3 October 6th 08 04:28 AM
Postcodes starting with 0 fordrules01 Excel Discussion (Misc queries) 4 November 29th 06 08:32 AM
Starting over TyeJae[_15_] Excel Programming 9 June 17th 04 02:23 AM
Help with the basics. Starting out. beeawwb Excel Programming 2 January 9th 04 12:17 AM
Starting a userform upon starting the file Fritznel Excel Programming 1 July 28th 03 05:37 AM


All times are GMT +1. The time now is 04:17 PM.

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

About Us

"It's about Microsoft Excel"