Message 1 of 4
Code that works with different versions of Excel
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I made some lisp code to harvest the excel location on each workstation...
We have some machines that the Excel file is Excel9.olb and others that are Offic10/Excel.exe
C:/Program Files/Microsoft Office/Office/Excel9.olb
C:/Program Files/Microsoft Office/Office10/Excel.exe
On my machine where I am developing my application the reference is set to Microsoft Excel 10.0 Object Library.
How can I develop my app so it will work for either version?
… we have several out-of-house resources that we require to use our program code… what if they have Excel version other than these?
We have some machines that the Excel file is Excel9.olb and others that are Offic10/Excel.exe
C:/Program Files/Microsoft Office/Office/Excel9.olb
C:/Program Files/Microsoft Office/Office10/Excel.exe
On my machine where I am developing my application the reference is set to Microsoft Excel 10.0 Object Library.
How can I develop my app so it will work for either version?
… we have several out-of-house resources that we require to use our program code… what if they have Excel version other than these?