new form applied to old tasks

  1. wayneame

    Changing the Form Used by Existing Task Items in a Folder

    To change the form used by existing task items in a folder, I used this as reference and came up with the following code: Sub ChangeMessageClass() Set olNS = Application.GetNamespace("MAPI") Set TasksFolder = _ olNS.GetDefaultFolder(olFolderTasks) Set ContactItems = TasksFolder.Items For...
Back
Top