|
bringing vba macros to a .net platform
so, i am sitting here programming all my fun macros in the vba language since it is easy and works across multiple products at this point for me (mainly excel and sws) but as i read more into things, (mainly sw 64 doesnt support vba, well microsoft doesn't) and future releases of excel can use .net stuff i would like to bring alot of my macros into a .net platform. is there one where i can import the vba directly and not change alot of code? or is it going to force me to update alot of stuff?
any help is appreciated, i will need some of this info for telling my boss how much time i might need in the future to make these programs work correctly...
you cannot just automatically convert vba to vb.net it is not quite that simple. it is easy to update 99% of code from vba, but depending on exactly what code is in the macro it can get tricky.
if you want a batch set of macros all updating to vb.net i can give you a quote for the work (contact@angelsix.com) |
|