I'm using following syntax to delete an Excel sheet from within VB.

obExcelProg.Sheets(3).Delete


But before the sheet is removed a messagebox appear asking the user to hit OK to delete the sheet or cancel to ignore the process.

What can I do to not display the message to the user?