:rose;
I've tried creating a WORD file dynamically with <CFCONTENT>. But I don't want
to display it in the browser. I just want to save it to use as an attachment in
an email.

I can create an html document using <CFSAVE CONTENT> and save it with
<CFFILE> to use as an attachment.
I'd like to be able to attach a dynamically generated WORD document instead.

Any ideas are appreciated!

Thanks.