Few years ago i wrote a script to save data in XLS format, and all ok. Into the system there are WIN XP SP2 - WinCC 6.0 SP4 and EXCEL 97.
Now i have only update excel to 2003 and my script does not work and i don't understand why.
If i delete excel 2003 and restore 97 , all ok
The script is locked when create object :
Code: Select all
Dim FILE_EXCEL
Set FILE_EXCEL = CreateObject("Excel.Application") <---- the script is locked during this instruction
FILE_EXCEL.Workbooks.Open file_name
..
..
..
i'm not a big vbs programmer and i need a help from you !!!
thank you in advance