We are trying to open an existing excel file (2003) from server location in a web page and save it again in the same location using following syntax.
Set ExcelReportApp = CreateObject("Excel.Application")
ExcelReportApp.Workbooks.Open("http://bocntgcasd10/AppPortfolioCatalogrnd/Templates/DatabasesList.xls")
It executes properly with out showing any error, but not showing any page i.e. web page is blank with DONE status.
Please let me know how to import or open the files (Temple) in my web page.
Thanks!