DotNetToJScript
DotNetToJScript copied to clipboard
Fix VBA for .Net4
I cannot make the VBA works for .Net V4 project, even for the ExampleAssembly. After some verification, I found the variable "stm" is not empty for my environments.(Win 10 1903). In short, I just add a variable "dotnetversion" and check whether it is .Net v2 OR .Net V4. Feel free to discuss about it. Thanks.