Using Outlook 2010... So as far as converting emails to tasks.. outlook only has option to move or copy an email with Text **OR** Attachment, but I want both. Is this possible with a macro? - sorry, day 1 of macros here
I still want the subject of the email carried over as the temporary Subject of the task (and leaving the cursor there to make changes to it)
Next, would it be possible to then (after creating the associated task) - also perform a particular Quick Step (by name of the quick step) ? I just want to be able to move the email to a folder out of the inbox, and maybe toss a category on it too...
So I have Developer in my ribbon.. i click on macros.. name one, create it.. i now have VBA with a Sub macroname()
End Sub
after I paste the code, I'll hit debug - Project1 ? Hope i'm on the right track. Thank you so much everyone. You are all amazing from what I've seen posted here.. TIA!
I still want the subject of the email carried over as the temporary Subject of the task (and leaving the cursor there to make changes to it)
Next, would it be possible to then (after creating the associated task) - also perform a particular Quick Step (by name of the quick step) ? I just want to be able to move the email to a folder out of the inbox, and maybe toss a category on it too...
So I have Developer in my ribbon.. i click on macros.. name one, create it.. i now have VBA with a Sub macroname()
End Sub
after I paste the code, I'll hit debug - Project1 ? Hope i'm on the right track. Thank you so much everyone. You are all amazing from what I've seen posted here.. TIA!