what is stdole reference in excel vba library

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

In the VBEditor there are several libraries from the drop down list like
MSOffice, VBA itself and Excel.

Just curious but what is the stdole library and does it need to be there?

Thanks in advance

Grd
 
OLE=Object Linking and Embedding. stdole = Standard OLE.

It allows you to have an object from another app linked or embedded in your
Excel workbook. In particular, it allows the use of pictures within Excel,
as well as various controls. Plus probably does stuff I am not aware of.
 

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

Back
Top