Will VBA Die? (2019)
11–20 of 170 posts
Re: Will VBA Die? (2019)
#12As it is 2020 and VBA still exists. No.
Re: Will VBA Die? (2019)
#13VSTA was a good attempt in its time, a mini visual studio integrated in office with VB.net and C# instead of VB6. That would have been cool.
Re: Will VBA Die? (2019)
#14Re: Will VBA Die? (2019)
#15One of things that at least the old Microsoft was really good at was backward comparability.
Re: Will VBA Die? (2019)
#16Re: Will VBA Die? (2019)
#17Microsoft should rather provide a better path toward office automation rather than just frustrate users. As I have seen it, javascript isn’t even remotely close to the sort of integration that made the success of VBA. Like how can I save a javascript macro as a user? Javascript user defined function? VSTA was a good attempt in its time, a mini visual studio integrated in office with VB.net and C# instead of VB6. That…
Re: Will VBA Die? (2019)
#18Edit: I believe Libre has python.
Re: Will VBA Die? (2019)
#19Microsoft should rather provide a better path toward office automation rather than just frustrate users. As I have seen it, javascript isn’t even remotely close to the sort of integration that made the success of VBA. Like how can I save a javascript macro as a user? Javascript user defined function? VSTA was a good attempt in its time, a mini visual studio integrated in office with VB.net and C# instead of VB6. That…
Agreed. JavaScript has no real upside here besides being fashionable. whereas built-in C# with access to the .Net framework would be really powerful.
Re: Will VBA Die? (2019)
#20Earlier quoted context omitted.
Agreed. JavaScript has no real upside here besides being fashionable. whereas built-in C# with access to the .Net framework would be really powerful.
JavaScript has a huge upside because a lot of people already know JavaScript. The more tools and platforms switch to JavaScript the more of an office superhero users are when they know something about the language. The productivity of employees will jump off the charts. When you send someone to train for one thing that utilizes JavaScript you get the benefit that those skills may also happen to work with something el…