#1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,388
Default Add-ins

I'm emailing a workbook to a group of recipients. The workbook contains cells
that require the Analysis Toolpak add-in. Of course, when I open the workbook
the toolpak is active. How do I program the workbook to automatically
activate the toolpak on other computers when recieved via email?

Thanks for your help!
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,123
Default Add-ins

Hi Dave

Application.AddIns("Analysis ToolPak").Installed = True

Not all users have this Add-in installed and if they use a other language version it will not work
because ATP functions will not translate.

Maybe you can use functions that not use this Add-in


--
Regards Ron de Bruin
http://www.rondebruin.nl


"Dave" wrote in message ...
I'm emailing a workbook to a group of recipients. The workbook contains cells
that require the Analysis Toolpak add-in. Of course, when I open the workbook
the toolpak is active. How do I program the workbook to automatically
activate the toolpak on other computers when recieved via email?

Thanks for your help!



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 692
Default Add-ins

Dave,

Put this into a workbook open event

AddIns("Analysis ToolPak").Installed = True

[the code is fine even if the toolpak is already installed]

p.s.
got this code by using the recorder...

--
steveB

Remove "AYN" from email to respond
"Dave" wrote in message
...
I'm emailing a workbook to a group of recipients. The workbook contains
cells
that require the Analysis Toolpak add-in. Of course, when I open the
workbook
the toolpak is active. How do I program the workbook to automatically
activate the toolpak on other computers when recieved via email?

Thanks for your help!



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



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