I have only one stupid day left to finish this project!

I have this problem....

I just installed Office 97 in my computer. I had Office 2000, but since I am using OLE and the majority of my users will have Office 97... I have to intall in order to compile it with Office 97.

When I create an excel Object....

Code:
Dim excel1 As excel.Application
Set excel1 = New excel.Application

excel1.Visible = True
it sends me an error saying that the DLL could not be loaded!!!!!!!

And even the intelisend doesnt give the option for excel.Application

HELP!

I just want to open an excel sheet... and put raw text on it!

THANKS