View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Archer Archer is offline
external usenet poster
 
Posts: 3
Default Detecting if OLE object is displayed as an icon

Hi,

I am looking for a way to find out if an embedded OLE object is displayed as
an icon. The problem is that OLEObject class does not have any property to
answer this question ( I could not find one).

MS Word Object Model OLEFormat class does include DisplayAsIcon property.
Can anyone tell me if Excel has any way to get this information?

Sincerely,

Archer