The article is not about VBA, it’s about VBS. The languages are similar but not the same (why exactly MS did it this way I’ll never know).
VBA is for embedded macros in MS Office documents.
VBS is a standalone language you write into .vbs files that get executed by wscript.exe, no MS office required.
Willem@kutsuya.dev 1 year ago
Python is soon to be integrated into excel, I might not be a python fan but if it’s gonna replace vba I’m all for it.
Phen@lemmy.eco.br 1 year ago
It’ll only run on cloud. Their employer would probably block that too.
aev@lemmy.sdf.org 1 year ago
Wouldn’t it face the exact same security issues as VBA, with drive-by installs of obfuscated malware and executions of arbitrary code?
geophysicist@discuss.tchncs.de 1 year ago
Can you not say that too loudly please
cmhe@lemmy.world 1 year ago
You don’t understand. “Security” is always the goto reason for either changing or leaving stuff as is, if companies don’t want to state the real reason.
People are used to ccept “Security” as a reason for almost anything.
I remember once where a MS guy (someone higher up, don’t remeber who, is many years ago…) was asked why the Windows filesystems are case-insensitive and stated the reason was security, so that one file cannot be named the same with just different upper/lowercasing letters. Classic deflection.