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? _______________________________________________ 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.

