Attatchment detach issues VB-Help
ok ken being as though it was down to my thnking on my last query that caused
the problem in the first lace is this what you meant?
For Each Item In SubFolder.Items
For Each Atmt In Item.Attachments
If Right(Atmt.FileName, 3) = "xls" Then
FileName = "\\ Flash Recieved\" & Atmt.FileName
Atmt.SaveAsFile FileName
i = i + 1
End If
Next Atmt
Next Item
For Each Item In SubFolder.Items
Item.Move otherInbox.Folders("Flash Processed")
Next Item
however my attatchments all copy across but when it comes to my for lop to
move my items to a new folder it completes half then stops??
thanks before hand
Rivers
|