VBA MEANS Visual Basic for Applications, which means it NEEDS a host
app to run. So you can't create a self-running EXE as you can with VB. With
VB, you compile the code to create the EXE. With VBA...the code is only
compiled when it is first run in that instance of the host app.