Legacy Add-Ins tab Disappearing Sometimes

Varun Pratap Singh 0 Reputation points
2023-07-18T14:10:21.8533333+00:00

We have observed the legacy toolbar that used to appear under "Add-ins" tab while working with a macro-enabled Word template not appearing sometimes since last few weeks. We noticed this with Office 365 and Office 2021 versions.

Please note that I am not referring to Office Web Add-ins (Office.js). I am referring to legacy COM toolbar Add-ins.

Here is an instance when my Word show the "Add-Ins" tab:

Add-Ins-Tab-Shown

Here is an instance when my Word does not show the "Add-Ins" tab:

Add-Ins-Tab-Missing

I am suspecting a recent Office update has introduced this issue since Office 365 gets frequent Office updates.

Please help with this issue.

Microsoft 365 and Office | Development | Other
Microsoft 365 and Office | Install, redeem, activate | For business | Windows
Microsoft 365 and Office | Word | For business | Windows
{count} votes

1 answer

Sort by: Most helpful
  1. John Korchok 6,226 Reputation points Volunteer Moderator
    2023-07-18T18:44:15.02+00:00

    You probably mean a VBA add-in, not COM. VBA add-ins are created in the program, COM add-ins are created in Visual Studio with VB or C#.

    The Add-ins tab was introduced 15 years ago as a workaround to allow old VBA macros with commandbars to continue running. It's probably time to update them to use the RibbonUI interface.


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.