|
|
|
|
|
by vic20forever
28 days ago
|
|
You are correct. But, that's about the only difference between VBA and VB. I was a VB developer for 10 years before I wrote my first VBA application (in Excel), and I was surprised when everything I tried to do in VBA just worked(TM). |
|
VB 5 introduced proper AOT compilation, based on VC++ backend, which was further improved in VB 6.
The debugger / REPL experience was much better on VB than VBA.
You cannot really use most VB components in Excel / VBA unless AddIn support is enabled.