A
AntSalc
Guest
According to Interaction.GetObject(String, String) Method (Microsoft.VisualBasic) GetObject is only available up to .NET Framework
I am upgrading my apps to .NET Core for all its advantages.
However, it is a major obstacle not to have the GetObject method. I use it often with Excel.
The available CreateObject is not the same.
Is there a way to get the functionality of GetObject with .NET Core?
Thanks,
Continue reading...
I am upgrading my apps to .NET Core for all its advantages.
However, it is a major obstacle not to have the GetObject method. I use it often with Excel.
The available CreateObject is not the same.
Is there a way to get the functionality of GetObject with .NET Core?
Thanks,
Continue reading...