![]() |
If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. |
|
|
Thread Tools | Search this Thread | Display Modes |
#1
|
|||
|
|||
![]()
Hello!
Could anyone please help me with Clear Flag macro for Outlook 2003? Sometimes I "flag" my e-mail items for follow up with flags of various colors. To remove the flag, I need to right clic, go to follow up, then select clear flag. Is there a way to do with one macro to be assigned to a button or shortcut? I would also like to be able to select several items and remove flags on all of them with just one click. I found the code written by Sue Mosher he http://www.windowsitpro.com/Files/04...Listing_01.txt but unfortunately it does not work. Probably because I use Outlook 2003, and the code was written for previous versions. Maybe there is a simple way to put that menu item on a toolbar? Any help is appreciated. Thx! |
Ads |
#2
|
|||
|
|||
![]()
In the code snippet you cited, change this statement
Set objOL = CreateObject("Outlook.Application") to Set objOL = Application To add a VBA macro to the toolbar, see http://www.slipstick.com/outlook/toolbar.htm#macro -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dim4x4" wrote in message oups.com... Hello! Could anyone please help me with Clear Flag macro for Outlook 2003? Sometimes I "flag" my e-mail items for follow up with flags of various colors. To remove the flag, I need to right clic, go to follow up, then select clear flag. Is there a way to do with one macro to be assigned to a button or shortcut? I would also like to be able to select several items and remove flags on all of them with just one click. I found the code written by Sue Mosher he http://www.windowsitpro.com/Files/04...Listing_01.txt but unfortunately it does not work. Probably because I use Outlook 2003, and the code was written for previous versions. Maybe there is a simple way to put that menu item on a toolbar? Any help is appreciated. Thx! |
#3
|
|||
|
|||
![]()
Thanks, Sue! Made the change, but unfortunately it didn't work
![]() After the change I restarted Outlook. It only removes the words "Follow up" which appear in a grey borderlss box, in the top part of a message (just below sender's name). However it does not remove the flag. Maybe there's something wrong with my Outlook? Macro security is set to "Low". |
#4
|
|||
|
|||
![]()
Try adding:
.FlagIcon = olNoFlagIcon BTW, if you want to troubleshoot this kind of thing for yourself, get a copy of Outlook Spy (http://www.dimastr.com) so you can check and compare Outlook property values without writing code. -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dim4x4" wrote in message ps.com... Thanks, Sue! Made the change, but unfortunately it didn't work ![]() After the change I restarted Outlook. It only removes the words "Follow up" which appear in a grey borderlss box, in the top part of a message (just below sender's name). However it does not remove the flag. Maybe there's something wrong with my Outlook? Macro security is set to "Low". "Sue Mosher [MVP-Outlook]" wrote in message ... In the code snippet you cited, change this statement Set objOL = CreateObject("Outlook.Application") to Set objOL = Application To add a VBA macro to the toolbar, see http://www.slipstick.com/outlook/toolbar.htm#macro -- Sue Mosher, Outlook MVP Author of Configuring Microsoft Outlook 2003 http://www.turtleflock.com/olconfig/index.htm and Microsoft Outlook Programming - Jumpstart for Administrators, Power Users, and Developers http://www.outlookcode.com/jumpstart.aspx "dim4x4" wrote in message oups.com... Hello! Could anyone please help me with Clear Flag macro for Outlook 2003? Sometimes I "flag" my e-mail items for follow up with flags of various colors. To remove the flag, I need to right clic, go to follow up, then select clear flag. Is there a way to do with one macro to be assigned to a button or shortcut? I would also like to be able to select several items and remove flags on all of them with just one click. I found the code written by Sue Mosher he http://www.windowsitpro.com/Files/04...Listing_01.txt but unfortunately it does not work. Probably because I use Outlook 2003, and the code was written for previous versions. Maybe there is a simple way to put that menu item on a toolbar? Any help is appreciated. Thx! |
#5
|
|||
|
|||
![]()
THANK YOU!!! It worked!
ps. Outlook Spy is beyond me =) |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Follow up Flag Error | A Don | Outlook - Using Forms | 3 | May 4th 06 01:14 PM |
flag to follow up not working | mel waite | Outlook - Using Forms | 1 | May 3rd 06 03:26 PM |
flag to follow up not working | mel waite | Outlook - Using Contacts | 2 | April 10th 06 10:35 AM |
flag to follow up not working | mel waite | Outlook - General Queries | 0 | April 9th 06 02:37 PM |
Follow up Flag | JCO | Outlook - General Queries | 11 | March 23rd 06 03:33 PM |