Outlook task insert

Status
Not open for further replies.

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:
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.​

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
This way, I could just keep the parent tasks open for a quick snapshot of how the children are doing.

Is there a way to use VBA to:
  1. Insert a table in task
  2. Search for tasks with like naming (e.g., if I am on Task 1.0, search for all tasks that begin with 1.x)
  3. Insert all such tasks into the table
Any help you could provide would be much appreciated!

Best,

Dan
 
Thanks Diane! A table is not necessary...the list is really the key.
 
Hi Diane:

Seeing if you have had any time to dig into this item to see if it was doable (at least getting a list of all related tasks inserted into a "parent"). Having trouble on this end finding a way to get the list.

Thanks again!

Doug
 
Status
Not open for further replies.
Similar threads
Thread starter Title Forum Replies Date
S Create Outlook Task from Template and append Body with Email Body Outlook VBA and Custom Forms 4
B Outlook 365 Populate Outlook Task UDFs from a UDF text string Outlook VBA and Custom Forms 2
C-S-R How to clear an Outlook (To Do) Task Flag? Using Outlook 8
Y Outlook Task View - Table Format - Customize Reminder Time to Drop-Down Selection Using Outlook 2
P Add a contact to the New Task in Outlook 2016 Using Outlook 2
K outlook workflow: automated task generation Outlook VBA and Custom Forms 4
I Collecting mail address from GAB and adding to Outlook Task Using Outlook 2
O How to display multi-line task in To-Do List - Outlook 2010 Using Outlook 1
P Task form created in outlook 2007 Outlook VBA and Custom Forms 2
M Adding fields to Task in Outlook Home and Business 2010 Outlook VBA and Custom Forms 7
P VBA Outlook Task determination Outlook VBA and Custom Forms 2
Gareth Outlook Task Will not open. Using Outlook 5
santheocles Issue in Outlook 2013 - cannot reschedule single task Using Outlook 0
S Outlook 2010 task - comments missing Outlook VBA and Custom Forms 0
V Deafault Task Folder --> Outlook.com tasks folder Using Outlook.com accounts in Outlook 3
W Outlook 2010 Task bar issues. Using Outlook 8
Wotme Creating a Outlook task in Excel Using Outlook 7
L Outlook 2007 Contact in a Task Using Outlook 15
L Outlook 2007 E-Mail From Selected Task Using Outlook 18
P accessing custom task pane with Outlook ActiveInspector Using Outlook 1
T Outlook Task assignment acceptance Using Outlook 0
C outlook 2013 task reminders vs. outlook.com task reminders Using Outlook.com accounts in Outlook 8
F Outlook 2010 custom font style duplicates itself every time I save a task Using Outlook 0
S Outlook 2013 To Do Task does not minimize. Using Outlook 0
F Combine Outlook Task Folders into one View (Outlook 2013) Using Outlook 3
K Starting Outlook 2013 x64 minimized in Win 8 with or without Task manager Using Outlook 5
D Icloud Outlook 2010 Task/Reminder Search Problem Using Outlook 1
D Outlook 2010 - Pattern for updating task owner in generic mailbox Using Outlook 2
L Outlook 2007 New Task Folder Using Outlook 1
L Outlook 2007 Task Using Outlook 130
G iCloud task folder not showing in outlook calendar page Using Outlook 3
S Outlook to validate task form before sending Using Outlook 5
M Outlook 2010 task line printing Using Outlook 1
S How to send an OUTLOOK task to a contact out of my active directory? Using Outlook 2
S Outlook Task Using Outlook 0
C Permissions in Shared Task Folders (Outlook 2010) Using Outlook 1
R Outlook 2007 task issues Using Outlook 2
J Create new outlook task into task subfolder using vba Using Outlook 6
O Assigning a single instance of a recurring task OUTLOOK 2010 Using Outlook 3
D Task and Event View in Outlook 2010? Using Outlook 3
M Running Outlook as Scheduled task Outlook VBA and Custom Forms 1
J VBScripting with Outlook Task ID Outlook VBA and Custom Forms 1
R Unable to set outlook task due date in hours Outlook VBA and Custom Forms 1
O Scheduled Task Fails running Code to send Outlook Mail from Excel. Outlook VBA and Custom Forms 9
C Scheduled Task Doesn't work with Outlook 2007 Outlook VBA and Custom Forms 1
J How do I access the AssignedTo property in an outlook 2007 task? Outlook VBA and Custom Forms 7
S Outlook 2007 error message using the TASK feature Using Outlook 6
A Outlook can't remember outlook.com, Exchange password. Using Outlook 0
S Related messages show in main Outlook window vice new Advanced Find windows Using Outlook 1
H Force Outlook 2019 with GMail 2-Step to Require Login? Using Outlook 0

Similar threads

Back
Top