2 Quick Means to Batch Delete All User Templates in Your Outlook

If you have created a lot of user templates in your Outlook and now want to batch delete them, you can refer to this article. Here we will share ii rapid methods with you to accomplish it.

Outlook allows you to create various user templates, which can profoundly improve your efficiency. Mayhap yous accept customized and stored multiple templates in your Outlook. At present, if you think that they aren't useful any more than, you may want to delete them. Thereinafter, we volition teach you two approaches to delete them in bulk. Now read on to get them in detail.

Method 1: Find & Manually Delete User Templates

  1. For a start, launch Outlook.
  2. So, create a new mail past clicking "New East-mail" button.
  3. Next, in the new message window, click "File" in the right upper corner.
  4. In the "File" menu, click "Save Every bit".Save As
  5. Subsequently, in the popup dialog box of "Relieve Equally", select "Outlook Template" from the list of "Relieve as type:" field.Open Default Folder for User Templates
  6. At once, the default binder for saving templates will be opened in the current dialog box.Copy Folder Path
  7. At present, copy the folder path.
  8. After that, open Windows Explorer and paste the folder path in the address bar and press "Enter".Paste Folder Path
  9. Finally, in the opened folder, select all the templates and press "Delete" primal to delete all.Delete All Selected Templates

Method 2: Batch Delete User Templates with VBA

  1. To begin with, go to Outlook VBA editor via "Alt + F11".
  2. In the adjacent window, copy the following VBA lawmaking into a module.
Sub DeleteAllUserTemplates()     Dim strEnviro As String     Dim strTemplateFolder Equally String     Dim objFileSystem Every bit Object     Dim objFolder Equally Object     Dim objFile As Object     Dim strFileExtension As String       'Go the local binder storing Stationery files     strEnviro = CStr(Environ("USERPROFILE"))     strTemplateFolder = strEnviro & "\Documents\UserTemplates"       Set objFileSystem = CreateObject("Scripting.FileSystemObject")     Set objFolder = objFileSystem.GetFolder(strTemplateFolder)      'Delete all oft files in the binder     For Each objFile In objFolder.Files         strFileExtension = objFileSystem.GetExtensionName(objFile)         If strFileExtension = "oft" Then            objFileSystem.DeleteFile (objFile.Path)         End If     Next       'Get a prompt     MsgBox "All user templates accept been deleted!", vbInformation + vbOKOnly End Sub

VBA Code - Batch Delete All User Templates

  1. Finally, press "F5" cardinal button to run this macro.
  2. When macro completes, a prompt will display, as shown in the figure below.Prompt of "Delete All User Templates"
  3. Now, you tin can cheque the folder for user templates. All the templates have been gone.Templates Have Been Gone

Shun Unpleasant Outlook Data Loss

It is known that Outlook is vulnerable. In other words, Outlook getting decadent is non rare. Therefore, and so equally to evade Outlook information corruption or loss, you lot ought to accept multiple precautions. For case, you have to stick to dorsum up PST file on a regular basis. Likewise, in order to provide immediate rescue, you had amend keep a robust and well-proven Outlook repair utility handy, like DataNumen Outlook Repair.

Writer Introduction:

Shirley Zhang is a information recovery expert in DataNumen, Inc., which is the world leader in data recovery technologies, including repair SQL Server and outlook repair software products. For more than information visit www.datanumen.com