Excel VBA & draftsight

Hi,

there was a time where I could import DWG file into excel as oleobject. I used this:

Set sh = ASheet.Shapes.AddOLEObject(filename:=ObjPath, Link:=False, DisplayAsIcon:=False, Left:=lft, Top:=tp, Width:=Wdth, Height:=Hght)

But now it doesn't work any more. Would anyone know what's wrong? I am getting only icon and filename despite using DisplayAsIcon:=False.