Govert van Drimmelen

Results 427 comments of Govert van Drimmelen

I would suggest changing to use the Ribbon interface for the menus. This is a good start: https://github.com/Excel-DNA/Samples/tree/master/Ribbon For updating the ribbon, you might like to look at this discussion...

Here's a VB.NET version of the Ribbon tutorial: https://github.com/Excel-DNA/Tutorials/tree/master/Fundamentals/RibbonBasics

Can you describe a really small example?

Please retest this with the latest pre-release version of Excel-DNA (NuGet package version 1.9.0-beta2).

I am not able to reproduce the issue from your ExcelWithMvvm solution. Your project is targeting both .NET Framework 4.8 and .NET 8, and both targets work as expected for...

On my machine it works fine with no error for both .NET Framework 4.8 and .NET 8.

The add-in in your .zip file ExcelWithMvvm\ExcelWithMvvm\bin\Debug\net48\ExcelWithMvvm-AddIn64.xll" works fine (I can press the button with no error). So, it works with .NET Framework 4.8 on my machine. If you just...

This sounds like a problem that has been discussed from time to time. See the threads here: https://groups.google.com/g/exceldna/c/WV5P4QVzo8M/m/QioOVV8ZAwAJ https://groups.google.com/g/exceldna/c/5GWoKylgZbA/m/RhBkvqTAAAAJ This is perhaps the most relevant suggestion https://stackoverflow.com/questions/19458721/cant-type-on-a-wpf-window-in-a-vsto-addin > The following...

I can reproduce the issue you see with your project. I'm not sure what my expectations of this code would be, and it will take some debugging to see why...