Addin Update Error

kdinardi

Board Regular
Joined
Oct 23, 2008
Messages
79
I have this addin that I created for Excel that updates other user specific addins from our company server. However, for 2 out of the 8 addins, the program encounters an error on the addins("").installed=True line.


If chkReprint.Value = True Then
AddIns("Reprint").Installed = False
AddIns.Add Filename:= _
"\Server\Drivers & Applications\Add-Ins\Reprint\Reprint.xla"
AddIns("Reprint").Installed = True
End If

The only thing I can think of is that when I was trying to recreate the error, after a while the program stopped asking me if I wanted to overwrite the current file and started asking me about updating since the addin 'contains links to other data sources'. Yet one of the two addins that are acting up does not have any links to our network, or any other data sources. Any ideas on what the issue can be?
 

Excel Facts

What does custom number format of ;;; mean?
Three semi-colons will hide the value in the cell. Although most people use white font instead.

Forum statistics

Threads
1,214,978
Messages
6,122,545
Members
449,089
Latest member
davidcom

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