I need VBA to delete some worksheets as part of a macro but it asks me if I'm sure I want to delete (because data will be permanently lost). How can I "force" my answer to be yes, delete the sheets?

Dialog text is: "Data may exist in the sheet(s) selected for deletion. To permanently delete the data, press delete."

Dialog box choices are: "Delete" and "Cancel"