PDA

View Full Version : VBA Running Excel 2003 when you have 2007 Installed



Blasphemer
05-13-2009, 11:02 PM
Hi,

Dim exlAPP as New Excel.Application
exlapp.visible = True

Causes Excel 2007 to launch, is there a way I can force Excel 2003 to launch?

Simon Lloyd
05-14-2009, 04:37 PM
Hi,

Dim exlAPP as New Excel.Application
exlapp.visible = True

Causes Excel 2007 to launch, is there a way I can force Excel 2003 to launch?Do you have xl2003 & xl2007 installed to different directories?