I'm tring to write a data to an excel file by writing this code:

Dim wbWorld As Excel.Workbook
Set wbWorld = CreateObject("Excel.sheet")
.
.
.
.
at the second row i got this error:
"The remote server machine does not exist or is unavailable".
I must say that this code was o.k.
I realy do'nt know what cause this error to appear suddenly.
Please help me....
Thank revital