My app has developed an Error 424 "Object required" on the line marked below, but only on my WinXP Home developing machine:
It worked a few weeks ago, and as far as I know I have not done nothing with this part of the program since then.
Restart/reboot doesn't help.
It works on my Win2K and another XP Home machine without a problem.
Anybody encountered this, and can anyone tell me how to go about debugging it?
Phil
---------------
Pass me the ether.
Code:
Dim ObjExcel As Object
Dim ObjNewSheet As Object
Set ObjExcel = CreateObject("Excel.Sheet") '*error here
It worked a few weeks ago, and as far as I know I have not done nothing with this part of the program since then.
Restart/reboot doesn't help.
It works on my Win2K and another XP Home machine without a problem.
Anybody encountered this, and can anyone tell me how to go about debugging it?
Phil
---------------
Pass me the ether.