Search results

  1. S

    DRAGGING MAIL AND ATTACHMENTS TO CALENDAR

    Outlook 2007 Is there a, when dragging email to the calendar that the attachment can also transfer? The situation is: I receive an email with papers for a meeting attached. I can drag the email to create to the appointment time but the papers don't. It would be useful to have the papers...
  2. S

    SUBFOLDER OF A SUBFOLDER

    I have a macro that sorts and moves mail into a subfolders according to category. I now want subfolders within the subfolders but I don't know how to write the instruction to move the mail - in this case 1st subfolder is AGENDA 05 MANAGEMENT then 2nd subfolder of 1st subfolder is PROJECTS 5.2...
  3. S

    set a flag task date as the next weekday

    Not quite sure how to technically describe the task. No VBA experience but looking for a macro that will give an option to set a flag task date as the next monday, tuesday, wednesday, thursday, friday. Grateful for any help. Outlook 2007.
  4. S

    HOW CAN I CHANGE THIS TO SENT ITEMS

    How can I change this to run on sent items? Sub Test() Dim ns As Outlook.NameSpace Dim objItem As Object Dim FolderInbox As Folder Dim MyItem As Outlook.MailItem '// Added - A collection to hold the IDs of message to be deleted...
  5. S

    Outlook 7 VBA macro for multiple filing

    I can't get this to work. Should move emails to multiple folders based on categories and delete inbox original. It did work and then it didn't. Seems to be a Next or For or If issue! Sub Test() Dim ns As Outlook.NameSpace Dim objItem As Object Dim FolderInbox As...
Back
Top