Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Embedded Excel table in Word error #111

Open
sylvainpiron opened this issue Apr 11, 2022 · 1 comment
Open

Embedded Excel table in Word error #111

sylvainpiron opened this issue Apr 11, 2022 · 1 comment

Comments

@sylvainpiron
Copy link

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
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

@govert
Copy link
Member

govert commented Apr 11, 2022

Hi @sylvainpiron - thank you for reporting this.

I can reproduce the problem you describe.
But I don't have a good idea of what the problem might be. Perhaps we are expecting a top level window or a window hierarchy that does not exists in the context.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants