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 8 of 8
Search took 0.09 seconds.
Search: Posts made by: BMunk
Forum: Outlook and VBA March 13th 09, 10:28 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 853
Posted By BMunk
Sorting tasks by calculated field - automatically update task-

Thanks!

"Ken Slovak - [MVP - Outlook]" wrote:

To get an event when any item in the Items collection of the Tasks folder is
changed put this line at the top of the ThisOutlookSession class with...
Forum: Outlook and VBA March 13th 09, 10:24 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,304
Posted By BMunk
Event of Changing the Task Status

THANKS!

"Alan Moseley" wrote:

Try the following within your ThisOutlookSession code window:-

Dim WithEvents myTasks As Items
Private Sub Application_Startup()
Set myTasks =
...
Forum: Outlook and VBA March 12th 09, 09:58 AM Posted to microsoft.public.outlook.program_vba
Replies: 4
Views: 1,304
Posted By BMunk
Event of Changing the Task Status

This works when the task is opened in a window (Inspector).
How is it possible to get an event when the task status is changed with
"in-cell edits" enabled? There you don't have the inspector...
Forum: Outlook and VBA March 12th 09, 12:40 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 853
Posted By BMunk
Sorting tasks by calculated field - automatically update task-

How can I get an event when any task in the task folder has any of it's
properties updated? (e.g. Status set to "Deferred")?

"Ken Slovak - [MVP - Outlook]" wrote:

If you want an event when the...
Forum: Outlook and VBA March 11th 09, 11:44 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 853
Posted By BMunk
Sorting tasks by calculated field - automatically update task-

Update:
I solved the "syntax" error. For some reason copy/paste made some invisible
"syntax" error! If I rewrote the text, all can compile :-)

However, none of the other Sub's (exept the Startup)...
Forum: Outlook and VBA March 11th 09, 10:36 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 853
Posted By BMunk
Sorting tasks by calculated field - automatically update task-

I guess it should run in "ThisOutlookSession" - I don't have a special form.
It's basically just a custom field I add to the Tasks to create a column I
can use to sort my tasks. But the column I...
Forum: Outlook and VBA March 11th 09, 04:08 PM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 853
Posted By BMunk
Sorting tasks by calculated field - automatically update task-

Thanks a lot for the quick reply!

I have never programmed in Outlook before (Outlook 2007), so could you give
me a quick hint/reference to sample code for setting a custom task field
value to the...
Forum: Outlook and VBA March 11th 09, 10:50 AM Posted to microsoft.public.outlook.program_vba
Replies: 9
Views: 853
Posted By BMunk
Sorting tasks by calculated field - automatically update task-fiel

Hi,
I have a calculated field in Tasks that I would like to sort the tasks by,
but Outlook does not allow that.
Is it posible to make another Integer field (that can be sorted), and have
an event...
Showing results 1 to 8 of 8

 
Forum Jump

All times are GMT +1. The time now is 12:27 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.