Hi,
I made some ASP webpages (intranet of the company) where the first line has as code
Code:
<%
Response.ContentType = "application/vnd.ms-excel"
%>
So when it finished it asks you to see or save the EXCEL file.
What I want to do is that it automatic prints the EXCEL file on the printer of the Server.
How can this be done? I can do it with TXT files, using the "OPENTEXTSTREM" code. But can´t find the way to do it with Excel file.
Any help is welcome,
Thx
Johny