Hi all,
We have an Excel VBA solution to generate Excel reports.
Macros coded will fetch the data and populate it into Excel templates.
Now this solution is to be migrated to a .net Excel solution.
As recommended by microsoft, We exported the VBA code in .bas files and created a VB6 project. This VB6 project was converted to VB.net code using the conversion wizard. It is working as being an vb.net...