I've been recently reading a lot about excel addins written in other languages which are widely considered to be quicker than VBA.
I understand that this is because VBA is being interpreted line by line as opposed to the languages compiled to the machine code.
But then what is the reason for this?
Why VBA is not compiled?
And what is this so called "machine code" ? Pure curiosity.
Many thanks
I understand that this is because VBA is being interpreted line by line as opposed to the languages compiled to the machine code.
But then what is the reason for this?
Why VBA is not compiled?
And what is this so called "machine code" ? Pure curiosity.
Many thanks