S
sk
Is it possible to make office addins that works
in both office xp and office 2000?
Currently I have Range("name of cells" ).select in my addin
program. It doesn't work in office xp if i compile and make dll
vb with Microsoft Excel 9.0 Object Library. Also if i compile
with Microsoft Excel 10.0 object library, above function won't
work in the office 2000. Is there any way to avoid this or
I have to create two different install for both version of office?
I had an idea of installing Office 2000 and Office XP on a same
machine and load two objects in vb when compiling & making
dll. Do you think this is going to work?
In order to keep my environment clean i haven't test yet.
If some knows answer to this let me know before i mess up
with my pc.
Shinya
in both office xp and office 2000?
Currently I have Range("name of cells" ).select in my addin
program. It doesn't work in office xp if i compile and make dll
vb with Microsoft Excel 9.0 Object Library. Also if i compile
with Microsoft Excel 10.0 object library, above function won't
work in the office 2000. Is there any way to avoid this or
I have to create two different install for both version of office?
I had an idea of installing Office 2000 and Office XP on a same
machine and load two objects in vb when compiling & making
dll. Do you think this is going to work?
In order to keep my environment clean i haven't test yet.
If some knows answer to this let me know before i mess up
with my pc.
Shinya