I’m more than a little confused by how the XL object can be used by VB6..
I have Office XP developer’s edition installed and I also have XL 2000 (not the developer edition) installed.
When I go to add a reference to XL in VB I only see the 10.0 Object Library as being avail. Do you only get the object when you have the devloper’s edition? The reason that this came up is that I’m writing a app in VB6 to build an XL sheet and am having trouble with the Workbooks.OpenText method on user’s machines that only have XL 2k (it generates and address error in the vb runtime – runs fine on my XL XP machine).
If it turns out I have to use the XL 2K Object Library – how do these libraries get loaded?
It would be nice if I could just use my 10.0 Obj Lib and not have to worry about what the target user has.. what do I need to distribute with my app in order that it will run on a user’s machine so that they don’t have to go out and purchase the version of XL that I have?
Or if you have any other ideas I’m open..
TIA