Search results

  1. H

    Macro to file Outlook email by sender's email address

    Silly me... thanks for your help... the one you posted now is working well
  2. H

    Macro to file Outlook email by sender's email address

    Hi Diane, I am getting there... works but only moves the first message in inbox to the folder and subfolder then stops. Public Sub MoveSelectedMessages() Dim objOutlook As Outlook.Application Dim objNamespace As Outlook.NameSpace Dim objDestFolder As Outlook.MAPIFolder...
  3. H

    Macro to file Outlook email by sender's email address

    Getting a compile error "end if without block if" Public Sub MoveSelectedMessages() Dim objOutlook As Outlook.Application Dim objNamespace As Outlook.NameSpace Dim objDestFolder As Outlook.MAPIFolder Dim objSourceFolder As Outlook.Folder Dim currentExplorer As Explorer...
  4. H

    Macro to file Outlook email by sender's email address

    This one works well, but only moves some messages. Public Sub MoveSelectedMessages() Dim objOutlook As Outlook.Application Dim objNamespace As Outlook.NameSpace Dim objDestFolder As Outlook.MAPIFolder Dim objSourceFolder As Outlook.Folder Dim currentExplorer As...
  5. H

    Macro to file Outlook email by sender's email address

    I think I created a nice loop. all 10146 emails gave me a message box (Moved) and had to press ok, after that all 10146 messages opened in outlook and did not move. Public Sub MoveSelectedMessages() Dim objOutlook As Outlook.Application Dim objNamespace As Outlook.NameSpace...
  6. H

    Macro to file Outlook email by sender's email address

    Diane, it possible to group emails per sender in sub folders sent from the same domain? If I have for eg. more than one person from a company sending me emails "xx@au.abb.com", zz@au.abb.com" I want all from xx in one folder another from zz and the root folder under inbox show for eg...
  7. H

    Macro to file Outlook email by sender's email address

    Hi Diane, Yes I was looking at the one at slipstick.com Problem is if the sender sends from multiple PC's from the same account and the "Name" is not the same then you have multiple folders but emails are from the same abc.abc@abc.com for eg.
  8. H

    Macro to file Outlook email by sender's email address

    Can someone help me with changing the macro "Macro to file Outlook email by sender's display name" in order to file the emails by sender's email address?
Back
Top