A Microsoft Outlook email forum. Outlook Banter

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.

Go Back   Home » Outlook Banter forum » Search Forums
Site Map Home Register Authors List Search Today's Posts Mark Forums Read Web Partners

Showing results 1 to 6 of 6
Search took 0.02 seconds.
Search: Posts made by: [email protected]
Forum: Outlook and VBA May 5th 06, 01:13 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 3,334
Posted By [email protected]
VBA code to remove flag from all messages in Inbox

I'm not understanding what you're saying I should change. I have a
line that states If TypeOf Item Is Outlook.MailItem Then. What part
do I need to fix? I don't have any skill with Outlook VBA,...
Forum: Outlook and VBA May 5th 06, 02:59 AM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 3,334
Posted By [email protected]
VBA code to remove flag from all messages in Inbox

I made that change.....still not working. Is there something else I'm
missing?

Public Sub RemoveYellowFlagFromMessages()

Dim Items As Outlook.Items
Dim Mail As Outlook.MailItem
Dim obj As...
Forum: Outlook and VBA May 4th 06, 01:08 AM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 3,334
Posted By [email protected]
VBA code to remove flag from all messages in Inbox

Thanks. I added that and tried it again. I don't get an error now,
but nothing seems to happen. I have 10 messages in my inbox with a
yellow flag. When I ran the macro, I expected it to clear the...
Forum: Outlook and VBA May 2nd 06, 05:02 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 3,334
Posted By [email protected]
VBA code to remove flag from all messages in Inbox

I tried this code but I am getting an error for the line that states"If
Mail.FlagIcon=olYellowFlagIcon"

Public Sub RemoveYellowFlagFromMessages()

Dim Items As Outlook.Items
Dim Mail As...
Forum: Outlook and VBA April 23rd 06, 07:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 11
Views: 3,334
Posted By [email protected]
VBA code to remove flag from all messages in Inbox

I flag certain messages that I get with a certain color flag. I would
like to create a button that could remove that color flag from those
messages all at once. The end result would be the messages...
Forum: Outlook and VBA April 23rd 06, 07:29 PM Posted to microsoft.public.outlook.program_vba
Replies: 1
Views: 1,022
Posted By [email protected]
How do I modify Delete button to also mark item as read?

The default Delete button in Outlook 2003, seems to delete the item,
without marking it as read. Is there a way that I can modify it to
first mark the item as read, then delete the item? Would I...
Showing results 1 to 6 of 6

 
Forum Jump

All times are GMT +1. The time now is 06:39 AM.


Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.Search Engine Friendly URLs by vBSEO 2.4.0
Copyright ©2004-2025 Outlook Banter.
The comments are property of their posters.