M
marfi95
I am using the following command in my macro to embed an excel sheet in
my word document. I want it to display as an icon. using this does
display it as an icon, but it is using a generic folder icon and not
the excel icon.
Selection.InlineShapes.AddOLEObject
FileName:=FileString, _
LinkToFile:=LinkToFile, DisplayAsIcon:=true
I've tried using a Classtype of "Excel.Sheet", but it still does the
same thing.
Any ideas ?
my word document. I want it to display as an icon. using this does
display it as an icon, but it is using a generic folder icon and not
the excel icon.
Selection.InlineShapes.AddOLEObject
FileName:=FileString, _
LinkToFile:=LinkToFile, DisplayAsIcon:=true
I've tried using a Classtype of "Excel.Sheet", but it still does the
same thing.
Any ideas ?