Hi,

I created a project since more than one year and all this time it runs properly. But now whenever the following part of module runs: it gives me the error “Activex component can not create this object”

Public appExcel As Excel.Application

Sub Mod1()
Set appExcel = GetObject(, "Excel.Application")
….
End sub

I use the Package & Development Wizard / Dependency Information it told me that there is no dependency information for the following files:
Excel8.OLB Program Files\MS Office 97\Office
MSADO20.tlb Windows\system
MSEXCH35.DLL Windows\system

And those files are out of date:
MSRDO20.DLL Windows\system
MSSTDFMT.DLL Windows\system

THE FOLLOWING IS PART OF Dependency file

[MSADO20.TLB <0009>]
Dest=$(WinSysPath)
Date=30/10/98
Time=02:32
Version=0.0.0.0

[EXCEL8.OLB <0009>]
Dest=$(WinSysPath)
Date=22/04/97
Time=00:00
Version=8.0.0.4003

[MSEXCH35.DLL <0009>]
Dest=$(WinSysPath)
Date=24/04/98
Time=00:00
Version=3.51.623.0

Please how can I solve this problem (by reinstalling Windows OR Excel OR VB6 OR …….???)

Note: I have Windows 98 2nd Edition, Office 97 and 2K, VB6 .
I created this project under Windows 98 1st Edition
I used: appExcel as Object but no wy

Thanks in Advance
Sorry for the long question
Mina