Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to get or create a referenced instance of all other versions of Excel
that might exist, besides the current running version. Set xl = CreateObject("Excel.Application.8") The above picks up the default version, not necessarily XL97. I can get full path's to Excel.exe versions by reading the registry from ....Office\version\Excel\InstallRoot\ but following fails entirely (even if an instance of the version in sPath is running). Set xl = Getobject(sPath & "Excel.exe") Any ideas appreciated, Peter T PS, this question has been asked before but not answered, at least not that I've been able to find. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Open excel file in 2007 version | Excel Discussion (Misc queries) | |||
An Excel File Cannot be Open in Xp 2002 version... | Excel Discussion (Misc queries) | |||
How do i open a file in a new version of Excel | Excel Discussion (Misc queries) | |||
Can't use "Open With" Excel, my version is registered but does no. | Setting up and Configuration of Excel | |||
How do I open each workbook in it's own version of Excel? | Excel Discussion (Misc queries) |