View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Steve[_73_] Steve[_73_] is offline
external usenet poster
 
Posts: 15
Default Whats wrong with this code?

Nevermind I got it.

*****
I moved
olMail.UnRead = False
olMail.Move Fldr.Folders("Archived")

Placed it after
sStr = olMail.Body

*****

I still welcome any suggestions on making this better as my computer
seems to slow down after running this.