-
I have been developing a program for internal use for sometime (VB5). When I intall the latest release on other machines I get an error - which I have sumerised below:
Run time error 3447
The JetVBA file (VBAJET.dll or VBAJET32.dll) failed to initialize when called.
Any help or pointers greatfully received.
-
markp
You need to make sure the expsrv.dll is included in your set file.
The VBAJET.dll is trying to call this but I assume this dll is not included in you setup.
I had this problem as I develop on NT and some of the PC's that are used are 95. It worked fine on NT but I allways got this error when I installed the app on 95.
Hope this is of use to you