I've found this piece of code (on that pathetic online manual that Macromedia hosts):

<cfscript>
obj = CreateObject("Com", "excel.application.9");
obj.quit();
ReleaseCOMObject(obj);
</cfscript>

but when I run it, the page never comes back... what could the problem be?  alternatively, does anyone have a good reference for how to create pivot tables in Excel from a Cold Fusion page?

thx - erick
[Todays Threads] [This Message] [Subscription] [Fast Unsubscribe] [User Settings] [Donations and Support]

Reply via email to