

Many thanks, My custom structs: Type TimelineInfo How would I go about now given that I have all the necessary info (name/summary name/start & end dates) and be able to in VBA automatically loop through and put this into MS Project? All subtasks in TaskList for that respective array index belong to the same Summary name and would be in this format:


This array called TaskList() would then hold as many subtasks inside as the number of tasks. Summary Name (The subtask would go under their respective summary.My array consists of a custom datatype as following: I created an array of my own custom type which read in this data but now I need to output my array onto Project. So I have a Timeline in Microsoft Excel which contains a variety of information.
