Ensure none of your back-end tables are connected using something like:
Dim dbs As Database
Set dbs = CurrentDb
dbs.TableDefs.DELETE "tblbackend"
Then launch your file using something like:
(this launches Excel, you'll need to launch something which understands your ini file)
strExcelPath =...