G
Guest
I ran into a unique situation this morning where my boss couldn't access the
functions of a database I created in order to automate some tasks that
normally take 2 hours to do manually. Our "opening" person is out this
morning on training and I'm the closer so he was pretty hacked to find out
that he was going to have to do the process manually this morning (he could
have just called me... but oh well).
Long story short, I have Office 2000 installed on my machine at work, so I
have the Excel 9.0 Object Library. He has Office 2003 just recently
installed (and it will be weeks before I have it on mine) so he had the Excel
11.0 Object Library. As you can guess, it tried to treat my 9.0 as "missing"
probably b/c the file is loaded on a different network path (our company
doesn't load programs onto the local machine.... sigh....).
I know if I look at the VBE.ActiveProject.References I can see the
references that I DO have linked. Is it possible to see the ones available
that I DON'T have linked though like you can see when you go to Tools ->
References? I know that Visual Studio lets you see these too when you try to
add COM refs.
If I could do that, I could pretty easily just do some instr's and find what
version of Excel they have and then link accordingly. Would also be nice to
do it to see if they have Microsoft Speech Object Library installed and a few
others.
functions of a database I created in order to automate some tasks that
normally take 2 hours to do manually. Our "opening" person is out this
morning on training and I'm the closer so he was pretty hacked to find out
that he was going to have to do the process manually this morning (he could
have just called me... but oh well).
Long story short, I have Office 2000 installed on my machine at work, so I
have the Excel 9.0 Object Library. He has Office 2003 just recently
installed (and it will be weeks before I have it on mine) so he had the Excel
11.0 Object Library. As you can guess, it tried to treat my 9.0 as "missing"
probably b/c the file is loaded on a different network path (our company
doesn't load programs onto the local machine.... sigh....).
I know if I look at the VBE.ActiveProject.References I can see the
references that I DO have linked. Is it possible to see the ones available
that I DON'T have linked though like you can see when you go to Tools ->
References? I know that Visual Studio lets you see these too when you try to
add COM refs.
If I could do that, I could pretty easily just do some instr's and find what
version of Excel they have and then link accordingly. Would also be nice to
do it to see if they have Microsoft Speech Object Library installed and a few
others.