Re: VbaJet32.DLL init failed
Yeah! I had got the same problem.
The program breaks because when it call to this library the system needs a complementary library called "EXPSRV.DLL". VBAJET32 calls to functions and process in EXPSRV.DLL.
The solution is very easy: when you make the setup files with the wizard (I suppose) you only include this library (EXPSRV.DLL) in the system folder and your application works corectly.
For more information you can searh in the MSDN - article Q192934.
Good luck! Regard.