A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Hi,
Please check whether these files can be manually opened correctly.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Try to open several .xls format fies from Vbscript. under windows xp, office2010 and WSH version 5.7.
Get "Microsoft Excel: Open Method of Workbook class failed"
My coding is as following:
Set XL = CreateObject("Excel.Application")
XL.Visible=True
XL.Workbooks.Open "C:\Documents and Settings\Zhen.Qin\Desktop\Oct22_2011\ELC_Churn_by_Tenure.xls"
XL.Workbooks.Open "C:\Documents and Settings\Zhen.Qin\Desktop\Oct22_2011\tv_pivot_1.xls"
thanks for any and all help.
A family of Microsoft spreadsheet software with tools for analyzing, charting, and communicating data.
Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.
Hi,
Please check whether these files can be manually opened correctly.