You need to loop through the selection items e.g.
For Each myItem In Application.ActiveExplorer.Selection myItem.Move objNS.GetDefaultFolder(olFolderInbox).folders(strSubFolder1) Next myItem
You need to loop through the selection items e.g.
For Each myItem In Application.ActiveExplorer.Selection myItem.Move objNS.GetDefaultFolder(olFolderInbox).folders(strSubFolder1) Next myItem
Graham Mayor - MS MVP (Word) 2002-2019
Visit my web site for more programming tips and ready made processes
http://www.gmayor.com