I am trying to figure out if the VBA code running in microsoft office is being compiled (to some intermediate language like MSIL) or is it an interpreter based language interpreting the VBA itself.
I tried to find a straight answer on the net and could find anything clear. I tried to find an API that "compiles" the VBA, but I did find any (and that does not mean the code is not being compiled).
Does anyone know what is going on in the internals, or at least an idea on how to check it out?