Dim obj as object obj = createObject ("excel.application") Obj.visible = true obj.quit ()
Marshal.ReleaseComobject (obj)