am having problems with an excel file that is called from an Access database.
The spreadsheet is created from a custom template, and the values are fed in using ADODB recordsets.
On closing the spreadsheet, I get an error message as follows:
EXCEL caused an invalid page fault in
module EXCEL.EXE at 0167:3006f40d.
Registers:
EAX=01700000 CS=0167 EIP=3006f40d EFLGS=00010202
EBX=00000000 SS=016f ESP=0062ec4c EBP=0062ec64
ECX=00000000 DS=016f ESI=00dd0af0 FS=4687
EDX=00dd16c4 ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 08 ff 51 14 c2 08 00 ff 74 24 08 8b 44 24 08
Stack dump:
01700000 0062ec60 3010b070 01700000
0062ec60 00000000 0062ec8c 3010b95f
00dd0af0 00dd0af0 300a53db 00dd0af0
00000000 00000000 00000001 00000000
This is more of an inconvenience (and looks sloppy), but if anyone has any fix suggestions i would greatly appreciate it.
Thanks
The spreadsheet is created from a custom template, and the values are fed in using ADODB recordsets.
On closing the spreadsheet, I get an error message as follows:
EXCEL caused an invalid page fault in
module EXCEL.EXE at 0167:3006f40d.
Registers:
EAX=01700000 CS=0167 EIP=3006f40d EFLGS=00010202
EBX=00000000 SS=016f ESP=0062ec4c EBP=0062ec64
ECX=00000000 DS=016f ESI=00dd0af0 FS=4687
EDX=00dd16c4 ES=016f EDI=00000000 GS=0000
Bytes at CS:EIP:
8b 08 ff 51 14 c2 08 00 ff 74 24 08 8b 44 24 08
Stack dump:
01700000 0062ec60 3010b070 01700000
0062ec60 00000000 0062ec8c 3010b95f
00dd0af0 00dd0af0 300a53db 00dd0af0
00000000 00000000 00000001 00000000
This is more of an inconvenience (and looks sloppy), but if anyone has any fix suggestions i would greatly appreciate it.
Thanks