Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 300
Default Testing for an addin?

Hi,

We develop spreadsheets that require the Analysis ToolPak. What code in a
Workbook Open event would check for its availability?

Don <donwiss at panix.com.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,080
Default Testing for an addin?

?AddIns("Analysis Toolpak").Installed
True 'False

However, "installed" has a non-traditional meaning here; it actually means
"activated".

If you want to know if it is physically present on the computer and
available tro be "installed", you may have to check for the existence of the
file FUNCRES.XLA on the hard drive.

--

Vasant





"Don Wiss" wrote in message
...
Hi,

We develop spreadsheets that require the Analysis ToolPak. What code in a
Workbook Open event would check for its availability?

Don <donwiss at panix.com.



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
Testing Jay T. Emory[_2_] Excel Discussion (Misc queries) 0 February 18th 09 08:55 PM
TESTING Eamon Excel Worksheet Functions 0 July 11th 08 03:41 PM
testing Mitchina New Users to Excel 2 June 21st 05 04:35 PM
Testing Tony Excel Discussion (Misc queries) 0 June 4th 05 05:39 PM
Remove Excel AddIn from AddIn List !! Help carl Excel Programming 2 December 8th 03 03:36 PM


All times are GMT +1. The time now is 07:03 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"