Chris has attended:
Excel VBA Intro Intermediate course
VB and VBA
What is the difference between VB and VBA?
RE: VB and VBA
Hi Chris
Visual Basic (VB) is considered a full compilable programming language.
Visual Basic for Applications (VBA) has the same abilities normal Visual Basic except that VBA programs can not be compiled into Executable or DLL files.
VBA also doesn't run in its own memory space as a normal Visual Basic executables would.
Hope this helps
Carlos