PDA

View Full Version : Why the Excel is not opening as page in IIS?



igorvieira
10-19-2015, 02:59 PM
I am trying to open an Excel file as page when I run the a.asp .

What I missed or am I doing wrong? :bug:

Set opena = CreateObject("Excel.Application")
opena.Application.Workbooks.Open "R:\wb\excel\Content.xls"