Okay, so it doesn't suck, and it can make Excel extremely useful, but it sure can be annoying.
[run subroutine]
VBA: Your program's fine!
[change a numerical input to a different numerical input]
VBA: Whoawhoawhoa! You're referencing outside of the scope of this array!
Me: WHY DIDN'T YOU TELL ME THAT EARLIER?!
I just learned this this summer for work, but I probably never would have if I didn't have to. It's similar in structure to C++ (the only other language I know), but its syntax is quite strange and seemingly simplistic, so much so that I'm amazed that it has the capabilities that it does.
So, anyone else use it?
--Guido
[run subroutine]
VBA: Your program's fine!
[change a numerical input to a different numerical input]
VBA: Whoawhoawhoa! You're referencing outside of the scope of this array!
Me: WHY DIDN'T YOU TELL ME THAT EARLIER?!
I just learned this this summer for work, but I probably never would have if I didn't have to. It's similar in structure to C++ (the only other language I know), but its syntax is quite strange and seemingly simplistic, so much so that I'm amazed that it has the capabilities that it does.
So, anyone else use it?
--Guido


Comment