View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Raghu Raghu is offline
external usenet poster
 
Posts: 14
Default How to instantiate Excel 2003 when both 2003 and 2007 are installe

I have both Excel 2003 (ver 11) and Excel 2007 (ver 12) installed on my
machine and I'm trying to instantiate Excel 11 app by doing

Set excelApp = CreateObject("Excel.Application.11")

Despite the version specific progID, ver 12 application is instantiated.
Would anyone have suggeestions on instantiating an Excel 2003 instance
programmatically?

Any help is greatly appreciated.