Dim obj As Objectobj = CreateObject("Excel.Application")obj.Visible = Trueobj.quit()Marshal.ReleaseComObject(obj)