Adrian, I just read your response in a little deeper detail and noticed that you have: <cfoutput>#content#</cfoutput>
That's going to send Excel a string that looks like this: contentcontentcontentcontentcontent That's not going to work either... the line breaks in the code need to be exactly as you want Excel to receive them. Under your example they'll all end up on one line. Laterz, J -- Continuum Media Group LLC Burnsville, MN 55337 http://www.web-relevant.com http://cfobjective.blogspot.com > > Try: > > > > <cfcontent type="application/msexcel"><cfoutput query="get > > Data">#Name_First##TAB##Name_Last##TAB##Group_Company#</cfoutput> > > > > Also, would setting the reset attribute of cfcontent help any? > > > > Ade > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:190559 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

