Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Make your Office Add-in compatible with an existing COM add-in
description: Enable compatibility between your Office Add-in and equivalent COM add-in.
ms.date: 10/24/2025
ms.date: 10/28/2025
ms.localizationpriority: medium
---

Expand Down Expand Up @@ -252,6 +252,8 @@ The following is an example. The **\<Effect\>** element must be after all the **
</VersionOverrides>
```

> [!NOTE]
> The **\<Type\>** value is "COM" for historical reasons, but it refers to either a COM or a VSTO add-in. Similarly, the **\<ProgId\>** value can be either the progId of a COM add-in or the name of a VSTO add-in.
---

## See also
Expand Down