Topic: Generate Excel from ASP (Page 1 of 1) |
|
---|---|
Neurotic (0) Inmate Newly admitted From: |
posted 09-16-2004 04:13
I want to create an Excel object from an ASP page. Basically, the input parameters to the Excel would be from the ASP. I know ASP and I know VBA, but I haven't used both of them together. Here's what I would like to do - code: Set MyExcel = Server.CreateObject("Excel.Application")
|