I need read data SQLite into Excel. And I found a few solution at (#1, #2). I choose SQLite for Excel
of @Govert. My excel is 64bit version, so i've downloaded and replaced sqlite3.dll(32bit) by sqlite3.dll(64bit) then update the VBA declares:
...Declare Function...
change to ...Declare PtrSafe Function...
But I'm still cannot run demo Module1.MyTestSQlite in SQLiteForExcel.xls
. And error output in VBE Immediate Window
:
SQLite3Initialize Error Loading C:\Users\davuz\Downloads\SQLiteForExcel-0.7\Distribution\SQLite3_StdCall.dll: 193 Error Initializing SQLite. Error: 193
How to fix sqliteforexcel to run with Excel 64bit? Thank for help?