S
Sirhc M
Hi there,
I'm getting a crash when my .dll file (comprising of VB6 6.0.9782 code)
attempts to open an Excel 2000 Add-in (.xla file) comprising of VBA
6.0.8714 code.
Here's the scenario,
1) .dll file is registered with Excel 2000
2) Double clicking on an Excel Workbook in Explorer - Excel Opens,
Workbook Opens
3) .dll file has an appevent associated with the Workbook Open event
4) .dll file triggers the opening of the Excel Add-in
Here's the line where it crashes:
gEventHandler.oXL.Workbooks.Open sXLAPath, 0
where gEventHandler = Event Handler class object
oXl = Excel.Application
sXLAPath = the entire path of the .xla's location (including the
filename.xla)
The crash is something along the lines of "instruction at 0x30033c38
referenced memory at 0x00000002. The memory could not be written"
Any ideas to this problem?
Thansk in advance.
CM
I'm getting a crash when my .dll file (comprising of VB6 6.0.9782 code)
attempts to open an Excel 2000 Add-in (.xla file) comprising of VBA
6.0.8714 code.
Here's the scenario,
1) .dll file is registered with Excel 2000
2) Double clicking on an Excel Workbook in Explorer - Excel Opens,
Workbook Opens
3) .dll file has an appevent associated with the Workbook Open event
4) .dll file triggers the opening of the Excel Add-in
Here's the line where it crashes:
gEventHandler.oXL.Workbooks.Open sXLAPath, 0
where gEventHandler = Event Handler class object
oXl = Excel.Application
sXLAPath = the entire path of the .xla's location (including the
filename.xla)
The crash is something along the lines of "instruction at 0x30033c38
referenced memory at 0x00000002. The memory could not be written"
Any ideas to this problem?
Thansk in advance.
CM