Experts are here, too. In the meantime here's my two bob's worth. The answer
is no.
You can create a VB project from a VBA project with greater or lesser degree
of difficulty and compile the VB; but you can't create an EXE from VBA.
Some VBA code can be transferred to VB relatively easily, but there are
quite a few VBA things that don't work in VB. In particular, UserForms don't
work in VB. If your VBA project has any forms you need to rewrite them. And
where VBA is always intrinsically related to the parent app (Word, Excel or
whatever), VB has to deal with the app as an independent object. Not
especially difficult, but you need to write the code to do it.