Doug Duderson
New Member
- Outlook version
- Outlook 2010 64 bit
- Email Account
- Exchange Server
Hi All:
I am looking for some help with VBA and Outlook tasks (Outlook 2010 and 2013) and figured this is the best place to start
I have a number of Tasks in Outlook, all labeled with a numerical hierarchy:
What I would love to do in Outlook is have a macro that could insert a table of all of the "children" tasks into the body/details of a Parent.
So if I was on Task 1.0, I could run a macro that would insert a table with:
Is there a way to use VBA to:
Best,
Dan
I am looking for some help with VBA and Outlook tasks (Outlook 2010 and 2013) and figured this is the best place to start

I have a number of Tasks in Outlook, all labeled with a numerical hierarchy:
e.g. Task 1.0 is a Parent
Task 1.1 is a Child of 1.0
Task 1.2 is a Child of 1.0
etc.
Task 1.1 is a Child of 1.0
Task 1.2 is a Child of 1.0
etc.
What I would love to do in Outlook is have a macro that could insert a table of all of the "children" tasks into the body/details of a Parent.
So if I was on Task 1.0, I could run a macro that would insert a table with:
- Child Task Name/hyperlink
- Child Task Due Date
- Child Task Progress
Is there a way to use VBA to:
- Insert a table in task
- Search for tasks with like naming (e.g., if I am on Task 1.0, search for all tasks that begin with 1.x)
- Insert all such tasks into the table
Best,
Dan