Forum: Outlook and VBA
October 10th 06, 05:44 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 550
Messages selected
Use the Object Browser to see what methods, properties and events are available for any Outlook object.
I certainly will in future, Ken! Thanks.
Steve
|
Forum: Outlook and VBA
October 10th 06, 05:23 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 550
Messages selected
Sorry, false alarm. It's MsgBox
Application.ActiveExplorer.Selection.Count.
Steve
|
Forum: Outlook and VBA
October 10th 06, 05:18 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 550
Messages selected
What is the property that will display the amount of individual
messages selected in the current folder? I tried
Application.Explorers.Selection.Count but that doesn't work...
Steve Wylie
|
Forum: Outlook and VBA
September 21st 06, 10:24 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 431
Telling when a message is a month old
It isn't a question of not being bothered to write the code myself, but
of having no knowledge of Outlook VBA in order to do it. Evidently
there is only so much help people on newsgroups are...
|
Forum: Outlook and VBA
September 20th 06, 10:34 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 3
Views: 431
Telling when a message is a month old
Our systems admin automatically deletes any e-mail messages on our
system once they are 30 days old. You can't get them back.
Would anyone be able to design a quick macro for me that would...
|
Forum: Outlook and VBA
August 10th 06, 05:13 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,175
Count dates
..... and thanks to Michael too, of course, who I just realised supplied
the original macro!
|
Forum: Outlook and VBA
August 10th 06, 04:24 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,175
Count dates
Ah, it all works now. That's fantastic, Ken - just what I wanted.
Thanks for your help.
|
Forum: Outlook and VBA
August 10th 06, 04:00 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,175
Count dates
Ken Slovak - [MVP - Outlook] wrote:
Put a reference to the Scripting object in your VBA project references.
And never, ever run Outlook on the Exchange server, it's a bad idea.
Well, I don't...
|
Forum: Outlook and VBA
August 10th 06, 03:17 PM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,175
Count dates
I'm getting an error when I run it. The error comes on the line "Dim
dctDict As New Scripting.Dictionary" and says "Compile error: user
defined type not defined".
|
Forum: Outlook and VBA
August 10th 06, 10:09 AM Posted to microsoft.public.outlook.program_vba
|
Replies: 7
Views: 1,175
Count dates
I have Outllok 2003 running on an Exchange server. I don't normally
program VBA in Outlook, only Word or Excel.
Is there a way I could do a little macro to count the messages in a
folder and...
|