跳到主内容

搜索

搜索

Excel VBA issuing Server execution failed

评论

1 条评论

  • Avatar
    Jim Balisciano

    Update...

    Excel does not appear to be part of the issue. I wrote a quick .NET 4.8 console app, and I'm seeing the same issue attempting to create a new app instance.

                    BarTender.Application app;

                    app = new BarTender.Application(); // Throws COM exception. Same error as in Excel.

    0

请先登录再写评论。