|
-
Dec 23rd, 2009, 11:26 AM
#1
Thread Starter
Junior Member
addin update error
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?
-
Dec 23rd, 2009, 01:24 PM
#2
Re: addin update error
Unfortunately "an error" comes up too often, and there is almost nothing we can do about it (apart from make rough guesses as to which of the many millions of errors it might be).
Errors have messages for a reason, and they are very good things - they tell us the problem, and from that we can work out the solution (or at least try to).
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|