Results 1 to 2 of 2

Thread: addin update error

  1. #1

    Thread Starter
    Junior Member
    Join Date
    Jun 2009
    Posts
    18

    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?

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    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
  •  



Click Here to Expand Forum to Full Width