Bruce check this link out: http://www.cfcomet.com/other/index.cfm?ArticleID=32381637-0922-41CA-BBE305C2 D66A7025#22
============================================ Bryan F. Hogan Director of Internet Development Macromedia Certified ColdFusion MX Developer Digital Bay Media, Inc. 1-877-72DIGITAL ============================================ -----Original Message----- From: Bruce, Rodney S HQISEC/Veridian IT Services [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 22, 2003 11:51 AM To: CF-Talk Subject: CFOBJECT to Excel Hello all Hope someone can help with a problem I am having calling excel. This code was working. I ran it a number of times. I then made changes to the page. Nothing to change the call, I just added a few lines to display information from another query. even undid all the changes and it still doesn't' work. Here's the code that generates the error: 1.<CFTRY> 2. <CFOBJECT action="CONNECT" CLASS="Excel.Application" Name="objExcel" Type="COM"> 3. 4. <CFCATCH> 5. <CFOBJECT action="CREATE" CLASS="Excel.Application" Name="objExcel" type="COM"> 6. </CFCATCH> 7.</CFTRY> The ERROR: Error trying to create object specified in the tag. COM error 0x5. Access is denied. The error occurred while processing an element with a general of (CFOBJECT), occupying document position (5:3) to (5:81) in the template file What's frustrating is that it was just working, errr. TIA Rodney ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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 This list and all House of Fusion resources hosted by CFHosting.com. The place for dependable ColdFusion Hosting. Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

