Govert van Drimmelen

Results 427 comments of Govert van Drimmelen

@AL7Seven Your code for calling the refresh looks right - I'll try to test and confirm myself. You might use the [`Environ` function](https://learn.microsoft.com/en-us/office/vba/language/reference/user-interface-help/environ-function) instead of the Windows API call, but...

@Sergey-Vlasov Could you please investigate whether the Refresh for the WorkbookIntelliSenseProvider works correctly when an embedded CustomPart is changed? The idea is that refresh should re-read everything, similar to reloading...

@Sergey-Vlasov Could we support loading of IntelliSense information at runtime by adding a new call to the `IntelliSenseServerControl` function? I think that would be one way to address the original...

I suppose it would make sense for the custom conversion of data types to work inside an async `Task` function the same as for a normal sync function.

Can you confirm this with the latest Excel-DNA packages version 1.9.0-alpha2 ? We did try to mitigate some related problems recently - maybe this is already addressed. Are you seeing...

@Sergey-Vlasov Could you confirm this problem, and maybe track down what the problem is with the `System.Threading.Channels` package?

Hi Mark - could you try with Excel-DNA version 1.9.0-alpha2 ? I think we've addressed the problem for the upcoming version.

@innominateAtWork What Excel-DNA package version are you referencing?

Hi @loquat - thank you for the great feedback. There is a way to refresh the IntelliSense server, though it's only easy to call from C# as `IntelliSenseServer.Refresh()`. From VBA...

Calling RTD-based async functions with volatile inputs is a problem, and I don't have a good 'default' solution for this yet. Some options: * Make your own "TODAY.NV()" function that...