Hi,
In 4T scripting Silk Test classic, Is there any COM objects for Excel application as we do in VB scripting.
Something like below,
Set obj = CreateObject("Excel.Application")
Set objSheet = obj.OpenWorkBook("Excel Path")
(or)
How to handle Excel worksheets to get the data from any cell.
Thanks.