Just a shot in the dark, but do you need to cast the value with javaCast()?
If it's a string, then you probably don't. I just can't think of anything else. -----Original Message----- From: Ryan P. [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 7:34 AM To: CF-Talk Subject: COM and Excel using CF 7 A simple call to add a value in a cell doesn't work anymore. I get a AutomationException: 0x80020005 - error. Anyone know a workaround? objRange = objWorkSheet.Range("A1"); objRange.value = "asdf"; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:197827 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

