Hi,
I'm currently developing an ASP page that uses the following code so that Excel will interpret the data in the webpage:
Response.ContentType = "application/vnd.ms-excel"
The data is being interpreted and displayed properly, but I also need the Excel report to have a header and a footer, so that it would look nice and professional when printed out.
Any ideas?
Thanks!