Word Add-in is not loaded in startup

Avi Shemesh 1 Reputation point
2021-10-31T16:34:47.66+00:00

I have developed a Word add-in, written in VBA
The add-in file (*.dotm) is stored in word startup.
However a lot of times it is not loaded.
To solve the problem I connect remotely or guide the customer to enter File > Options > add-ins > word add-ins
And then check the check box near application file name ("checked items are currently loaded").
What is the reason for this problem and how can I solve it without involving my customers.
The startup path is defined as trusted in the option trusted folders list.
Avi

Developer technologies | Visual Basic for Applications
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Doug Robbins - MVP - Office Apps and Services 166 Reputation points MVP
    2021-12-05T09:49:28.58+00:00

    Does the path to the Startup folder under File>Options>Advanced>File Locations match that of the folder in which you have placed the .dotm file?

    0 comments No comments

  2. אבי שמש 1 Reputation point
    2021-12-05T12:34:16.303+00:00

    Yes. and also in the trust center (trusted locations). The problem appears randomly. When the application is loaded (by enter File > Options > add-ins > word add-ins) as I described the problem is solved (i.e. the location is valid anyway)

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.