what is the best way to run macros in vb.net?
It's just that when using vb6 I could just copy and paste macros from excel into vb6 and run it nicely. But now this is not easy in vb.net.
Any thoughts?
Thanks
Printable View
what is the best way to run macros in vb.net?
It's just that when using vb6 I could just copy and paste macros from excel into vb6 and run it nicely. But now this is not easy in vb.net.
Any thoughts?
Thanks
I think macros used VBA as their code (that was close to VB6), so you may need to modify the code according to .NET