G
Guest
I am attempting to upgrade a project written in VB6 that contains Excel VBA code obtained by running macros, copying and pasting the code to VB6. When this project is upgraded to .NET, the upgrade wizard defines an object in an "UpgradeSupport.vb" module as Public ExcelGlobal_definst = New Excel.Global. The problem is the object is not created, and does not work in the code where the VBA code *did work*
What is going on
What is going on