I have an asp page that can be saved as an excel spreadsheet using
<%Response.ContentType = "application/vnd.ms-excel"%>
How can I send the information to a specific spread sheet on the client's
computer?
Thanks
Open excel to a specific workbook.
|