Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 19
Default load .xla addin's when open Excel sheet.

Do you know how to load .xla addins when I open an Excel sheet and
there by avoiding references to addins from my Excel sheet?

Lars

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 182
Default load .xla addin's when open Excel sheet.

place this code behind Sheet :
Private Sub Worksheet_Activate()
AddIns("addinsample").Installed = True
End Sub

Private Sub Worksheet_Deactivate()
AddIns("addinsample").Installed = False
End Sub

--
Regards,

Halim



"Lars Schouw" wrote:

Do you know how to load .xla addins when I open an Excel sheet and
there by avoiding references to addins from my Excel sheet?

Lars


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
How can I get excel to load data from a multiple sheet displaying petes89 Excel Discussion (Misc queries) 0 February 26th 09 01:23 PM
load 2 dimensional array into excel sheet Alan Beban Excel Programming 0 December 14th 06 06:40 PM
load 2 dimensional array into excel sheet Bob Phillips Excel Programming 0 December 14th 06 06:36 PM
Excel Macro to open file, load & do charts, functional but not usable/not a good prog osman[_2_] Excel Programming 0 May 16th 06 02:18 PM
How do I down load excel to open email attachment? confused Excel Discussion (Misc queries) 2 February 24th 06 05:40 AM


All times are GMT +1. The time now is 09:52 AM.

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"