late binding in VBA

G

Grey

I have to link MS outlook to send email in MS Excel and I know it needs to use msoutl.olb Object Library for link the outlook with excel. However, there would be different object library version in different office.

What I need to do is first Check what office version is in the PC, and then use LATE BINDING to refer the object library. Am I right to do that? If so, can anyone teach me how to such late binding in Excel as I don't have any ideas .


Million Thanks

Eric
 
T

Tom Ogilvy

No, you don't need to check the version. That is why you late bind.

I provided you an excellent reference to it. Look at your previous thread.

--
Regards,
Tom Ogilvy


I have to link MS outlook to send email in MS Excel and I know it needs to
use msoutl.olb Object Library for link the outlook with excel. However,
there would be different object library version in different office.

What I need to do is first Check what office version is in the PC, and then
use LATE BINDING to refer the object library. Am I right to do that? If so,
can anyone teach me how to such late binding in Excel as I don't have any
ideas .


Million Thanks

Eric
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top