Hi, HaroonSid,

maybe add
ActiveSheet.Delete
or make the information not appear by using
Application.DisplayAlerts = False
ActiveSheet.Delete
Application.DisplayAlerts = True
Ciao,
Holger