Hello,
I am trying to validate the excel file (which is uploaded) through ASP page. i am using Ms-Office 2003 to populate the excel file.
I am trying through this code.....
set oexcel=CreateObject("Excel.Application")
msgbox "version " & oexcel.version
oexcel.workbooks.open document.frmupload.file.value
formatid_cln=oexcel.activesheet.cells(12955,178).v alue
msgbox(formatid_cln)
This code works with
VB application. But ASP page not responding.
Its also not generating any error.
Please help me out with better solution.
waiting for reply.
It is always safe to assume, not that the old way is wrong, but that there may be a better way...
*************************
Rekha