It used as database the own Workbook .exe and SQL via DAO connection, making the call to the database with the code below:
Set db = OpenDatabase (ThisWorkbook.FullName, True, False, “Excel 8.0”)
I used PathToComplileFile as you indicated in your last answer, but it didn’t work either.
When I...