To delete a sheet from the workbook without the user being prompted for confirmations, here is the code: Sub DeleteSheet ( ) Dim SheetName As String ‘ deletes a sheet named SheetName in the active workbook Application.DisplayAlerts…
To delete a sheet from the workbook without the user being prompted for confirmations, here is the code: Sub DeleteSheet ( ) Dim SheetName As String ‘ deletes a sheet named SheetName in the active workbook Application.DisplayAlerts…