Excel-DNA / Excel-DNA/IntelliSense

Embedded Excel table in Word error

Open
#111 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
C#
Stars
179
Forks
55
PR merge metrics
No merged PRs in 30d

Description

Hi,
When I use an intellisense add-in, if I insert an embedded table from an Excel file in Word, then I tried to modify it by double clicking on it, I got this error:
![image](https://user-images.githubusercontent.com/6977425/162732830-ac98c376-d3a2-4e13-ac9d-bf50749971cb.png)
It does say in English:
"The program used to create this object is Excel. That program is either not installed on your computer or it is not responding."

You can reproduce it with this code:
```
public class Class1 : IExcelAddIn
{
public void AutoClose()
{
IntelliSenseServer.Uninstall();
}

public void AutoOpen()
{
IntelliSenseServer.Install();
}
}

```
thanks a lot for any advise,
Best regards
Sylvain

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.