VBA Compiler without creating *.exe file

Hello,
is it possible to use on another computer Excel files in which I have used the VBA compiler without creating an *.exe file? At the moment I get an error on the line:

Set XLSPadlock = Application.COMAddIns(“GXLSForm.GXLSFormula”).Object

Instead I was able to use on another computer my Excel files with the Public functions

  • PathToCompiledFile(Filename As String)
  • PathToFile(Filename As String)

without creating an *.exe file by writing

  • “=PLEvalVar(“XLSPath”)” and
  • “=PLEvalVar(“EXEPath”)”

in two cells of my workbook.

Thank you very much!

It will be possible with our future VBA compiler to be released publicly, after we are done with our remaining software updated (Paquet Builder 2024 and ExeOutput for PHP 2024).
Our future VBA compiler will be able to generate stand-alone DLL files that can be invoked from any workbook file, without having to convert the workbook to an EXE file.