I tried this code to move a folder from my main exchange folder to a subfolder in my archive folder
Dim objOL As Outlook.Application
Dim objNS As Outlook.NameSpace
Dim objFolder As Outlook.MAPIFolder
Dim olParentFolder As Outlook.MAPIFolder
Dim olMovetoFolder As Outlook.MAPIFolder
Dim CellValue1 As String, CellValue2 As String, CellValue3 As String
Dim MoveTo1 As String, MoveTo2 As String
Set objOL = CreateObject("outlook.application")
Set objNS = objOL.GetNamespace("MAPI")