J
Jrod275
I have assigned several hotkeys which change the category of an email. For
example Ctrl + F1 changes the category to "Test". I also mark the email as
Read and mark the email for follow up.
I do all these thing because I only want to use the Search Folders "For
Follow Up" and "Unread Mail".
So here is want I am trying to do. I want to assign a macro to my toolbar so
that when I click the icon, the selected email(s) will get the following;
- Marked as Unread
- Flagged for Follow Up (No Date)
- and get assigned to a category via the hotkeys, so CTRL+F1
I am use to recording macros, but not building them from scratch. Since
Outlook 2007 do not have a recorder, I am in need of your help.
Here is what I have tried so far (don't laugh).
----------------------
Sub FollowUp()
'
' FollowUp Macro
'
'
Property Set
olCategoryShortcutKeyCtrlF2
OlFlagIcon
olRuleActionMarkRead
End Sub
example Ctrl + F1 changes the category to "Test". I also mark the email as
Read and mark the email for follow up.
I do all these thing because I only want to use the Search Folders "For
Follow Up" and "Unread Mail".
So here is want I am trying to do. I want to assign a macro to my toolbar so
that when I click the icon, the selected email(s) will get the following;
- Marked as Unread
- Flagged for Follow Up (No Date)
- and get assigned to a category via the hotkeys, so CTRL+F1
I am use to recording macros, but not building them from scratch. Since
Outlook 2007 do not have a recorder, I am in need of your help.
Here is what I have tried so far (don't laugh).
----------------------
Sub FollowUp()
'
' FollowUp Macro
'
'
Property Set
olCategoryShortcutKeyCtrlF2
OlFlagIcon
olRuleActionMarkRead
End Sub