View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Andrew[_9_] Andrew[_9_] is offline
external usenet poster
 
Posts: 30
Default How do you find ClassTypes..?

Trying to do..

With ActiveSheet.OLEObjects.Add(ClassType:=Forms.Image etc...
.Name="TmpImage"

Then
ActiveSheet.OLEObjects(TmpImage).Delete

Want to Investigate Further Other Available
ClassTypes (Sounds/Video Etc..)
What is the best way to find the ClassTypes Available
and properties etc for the Class...?

Thanx for any Info
Andrew