3
I compiled a VBA program that interacts with an Excel spreadsheet. After having no more faults pointed out when compiling, the compilation is executed and no action is presented at the end.
I did not find the executable program in any folder (if it was generated).
While researching the subject, I was left with 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 of compatible version has to be installed in each computer on which it will be executed, precisely for making use of the spreadsheet and need Excel.
If the build generated the executable program, where is the file being saved? There are indications of directory names that I have not located, for example, "BIN".
I would like to know what actually happens and how I should proceed to generate and install the generated program on other computers.
Thanks for the clarification, I’ll check what you indicated.
– Leo
There are really solutions to protect the code by generating executable (for example, Secure++ VBA For Microsoft Office Excel & Powerpoint), but they need the office to run in the same way. Some comment that in addition to protection there is the performance gain. I was interested in using VB in specific cases, but the doubt is whether VB is a language that has support and updates or is like VBA, which was discontinued (it seems that the latest version of VB is from 2010). What would be other options to replace VB if any, because I read that Delphi was discontinued.
– Leo
VB was continued through the . NET (as an additional language for building the code). Have a look up.
– Luiz Vieira
Okay. I’ll see. Thank you
– Leo