View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
K Dales[_2_] K Dales[_2_] is offline
external usenet poster
 
Posts: 1,163
Default what is stdole reference in excel vba library

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.

--
- K Dales


"Grd" wrote:

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