I am switching my server to CFMX and an app that talks to the 
Excel COM object is giving me problems. I am getting the error: 
"An exception occurred when instantiating a Com object. "

I have the CFMX updater installed. I am using Excel XP on a Win 
2000 server.
Here is the code in question:

<cftry>
<!--- if connection exists, connect --->
<cfobject action="CONNECT" class="Excel.Application" name="objExcel" 
type="COM">
~<cfcatch type="Object">
~~<cfobject type="COM" name="objExcel" class="Excel.Application" 
action="CREATE">
~</cfcatch>
</cftry>


___________________________________________________________
Sent by ePrompter, the premier email notification software.
Free download at http://www.ePrompter.com.

~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4
Subscription: 
http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Get the mailserver that powers this list at http://www.coolfusion.com

                                Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4
                                

Reply via email to