I compiled a VBA program that interacts with an Excel spreadsheet. After no more crashes pointed to when compiling, compilation is performed and no action is presented at the end.
I did not find the executable program in any folder (if it was generated).
When searching on the subject, I had more doubts:
Is it possible to generate the VBA executable program that makes use of Excel spreadsheets? There are indications that in these cases an Excel compatible version must be installed on every computer on which it will run, precisely by making use of the worksheet and needing Excel.
If the build generated the executable program, where is the file being saved? There are indications of directory names that I can not find, for example, "BIN".
I would like to know what actually happens and how should I proceed to generate and install the generated program on other computers.