Thanks for the information. Unfortunately oExcel = CREATEOBJECT([Excel.Application.11]) and oExcel = CREATEOBJECT([Excel.Application.12]) both open the last version that was installed, which is 2007.
However, I was able to solve the graphing problem I was having by running back & forth between my computer and someone else's who only had 2003 installed to test my changes. Thanks again for the ideas. Sherrie Binder -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Tracy Pearson Sent: Wednesday, August 13, 2008 9:59 AM To: [EMAIL PROTECTED] Subject: RE: How to open Excel 2003 You should be able to specify version with oExcel = CREATEOBJECT([Excel.Application.12]) 12 is 2007, 10 is 2000. The versions installed can be found in the registry under HKEY_CLASSES_ROOT\Excel.Application You should see the .version below this. Tracy -----Original Message----- From: Sherrie Binder Sent: Wednesday, August 13, 2008 10:37 AM I need to know how to open it using the CREATEOBJECT command. This is what I currently use: oExcel = CREATEOBJECT([Excel.Application]) Can the version be specified in the above command? [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/profox OT-free version of this list: http://leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/[EMAIL PROTECTED] ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

