Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

From ASP to Excell

Status
Not open for further replies.

JrClown

Technical User
Oct 18, 2000
393
US

Hello all.
Here's my question:
What's the syntax for pulling data from an Access table into an Excell Workbook?
It must be simple but I don't know where to begin. Thanks in advance.
QUOTE OF THE DAY
Don't waste time telling people what you are doing or what you are going to do. Results have a way of informing the world.

<%
Jr Clown :eek:)
%>
 
Wrong forum, try the VBA Visual Basic for Applications forum.

Delton Phillips.
deltonphillips@hotmail.com
 

thanks QUOTE OF THE DAY
Don't waste time telling people what you are doing or what you are going to do. Results have a way of informing the world.

<%
Jr Clown :eek:)
%>
 
Response.ContentType = &quot;application/vnd.ms-excel&quot;
 

Thanks Linkan, I will try it when I get to work. I have also posted this Q. in the Visual Basic for Applications just in case. Thanks for your input. QUOTE OF THE DAY
Don't waste time telling people what you are doing or what you are going to do. Results have a way of informing the world.

<%
Jr Clown :eek:)
%>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top