Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() I have a project using an own Addin MyUdf.xlam. The project and the Addin locate in Dropbox and are used by three different users: HBJ, KOKKO and AIB. I have to install the AddIn and be sure that the most current Addin version is available at any time for all users. Both the application and the Addin are in Dropbox folders, the name of which is related to the user name and therefore different for all users. The procedures in the AddIn work perfectly but the functions make me crazy. I use an AddIn function CheckDigit(parameter) . If user KOKKO opens a file recently modified and saved by user HBJ, the call to the function CheckDigit() looks something like €œC:\USERS\HBJ\DROPBOX\COMMON\MyUdf!CheckDigit(pa rameter)€, and result is #VALUE!. I thought I could, when I open the project, copy the Addin to the local Addin folder and use it locally €“ not the version in Dropbox, but that folder is protected. Below how I load the AddIn in WorkBook.Open() Set myAddIn = AddIns.Add(Filename:=cFile) myAddIn.Installed = True €˜Load known XLAM For Each myAddIn In AddIns If myAddIn.Name = "MyUdf.xlam" Then myAddIn.Installed = False myAddIn.Installed = True End If Next I need help on how to install and load my AddIn in that environment. /HÃ¥kan |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
working with MsAccess in multiuser environment: error Cannot start | Excel Programming | |||
loading com addins with automation | Excel Programming | |||
Excel Addins Not Loading on Start | Excel Programming | |||
Addins not loading when opening from code | Excel Programming | |||
pivotitems in a multiuser environment | Excel Programming |