Quote Originally Posted by Killian
What you want to do is compile your form & code as a stand-alone executable.
This is not possible with VBA - you will need to recreate it in a suitable application environment like Visual Basic (classic or dotNet).
I do agree that VBA without Office application cannot be run standalone.

The most you can do is set the following to true or false.

[VBA] Application.Visible = True [/VBA]

HTH