Invalid page fault in module

M

Marcus

Dear All,

I am working on a VB6 Project, it will open an excel
format file (with tab separated). It works fine in my
machine. However, when I deploy it to the client, they
report the "Invalid page fault in module" error. I have
checked the application log, the error was caused by

X.Workbooks.Open filename

the fragment of code is:

dim filename as String
dix X as Excel.Application
filename = App.path & "/a.xls"
X.Workbooks.Open filename

Could anyone point out how can I solve this problem. Any
comment is appreciated.

Thanks
Marcus
 
Top