OLE Objects


Returns the InlineShape object that represents the new OLE object.

ActiveDocument.Shapes.AddOleObject(ClassType, _ 
                                   FileName, _
                                   LinkToFile, _
                                   DisplayAsIcon, _
                                   IconFileName, _
                                   IconIndex, _
                                   IconLabel, _
                                   Range)

ClassType -
FileName -
LinkToFile -
DisplayAsIcon -
IconFileName -
IconIndex -
IconLabel -
Range -


Returns the Shape object that represents the new OLE object.

ActiveDocument.Shapes.AddOleObject(ClassType, _ 
                                   FileName, _
                                   LinkToFile, _
                                   DisplayAsIcon, _
                                   IconFileName, _
                                   IconIndex,_
                                   IconLabel, _
                                   Left, _
                                   Top, _
                                   Width, _
                                   Height, _
                                   Anchor)

ClassType -
FileName -
LinkToFile, -
DisplayAsIcon -
IconFileName -
IconIndex -
IconLabel -
Left -
Top -
Width -
Height -
Anchor -



© 2024 Better Solutions Limited. All Rights Reserved. © 2024 Better Solutions Limited TopPrevNext