Excel Macro to start for every user starts excel on Citrix Server

Zep042

New Member
Joined
Mar 2, 2010
Messages
2
I have an excel macro that enables the addin for Analysis Tool Pak (it is already installed on the server). I'm trying to get this to run for every user that opens excel on the citrix server.

In my xls or xlt file I have created the Auto_Open macro that works when I open the file file by double clicking on it, but the XLStart and (Excel) Startup folders are not working.

Does anyone have any suggestions?

My ultimate goal is to have the Analysis Tool Pack Enabled for all users.
 

Excel Facts

Get help while writing formula
Click the italics "fx" icon to the left of the formula bar to open the Functions Arguments dialog. Help is displayed for each argument.
Hi and welcome to the Board!!!
What code are you using and what is the path to the add-in?? Is it NOT on each machine?
lenze
 
Upvote 0
Sub Auto_Open()

' AnalysisToolPak Macro
' Macro recorded 2/18/2010

AddIns("Analysis ToolPak").Installed = True
AddIns("Analysis ToolPak - VBA").Installed = True

End Sub

The path is the standard path for the Analysis Tool Pak, except the it's Q: instead of C:.
"Q:\Program Files\Microsoft Office\OFFICE11\Library\Analysis"
Analys32.xll - Analysis Tool Pak
atpvbaen.xla - Analysis Tool Pak- VBA
 
Upvote 0

Forum statistics

Threads
1,220,965
Messages
6,157,119
Members
451,398
Latest member
rjsteward

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top