hi,
I had a vbs application that used this with excel 2008
they installed excel 2013 on our machines and now the code below doesn't work:
I had a vbs application that used this with excel 2008
they installed excel 2013 on our machines and now the code below doesn't work:
Code:
Set objExcel = CreateObject("Excel.Application")
msgbox "excel application started"
objExcel.DisplayAlerts = 0
objExcel.Workbooks.open excelfile, false, true
[/codd]
any ideas on how to make this work?
thanks.