Hi, I have some data in Excel that I would like to import and assign hirarchy upon importing .
For example:
Column A has a list of work order numbers
Column B has a list of task numbers
Column C has task description
Column D has Work order header description.
I would like to import the data then have Project take the tasks and indent them under the Work order header.
The task number for the header row is always 00
Each task is then 010, 020, 030 etc...
I know I need to do this with VBA but I was wondering if anyone can assit with some code to get me started.
Here is a typical example of the data
045678 00 Widget change out Widget change out
045678 010 Remove Widget Widget change out
045678 020 Fix widget Widget change out
045678 030 Replace widget Widget change out
045678 040 Test widget out Widget change out
In Project I would like to see Tasks 010 - 040 indented under "Widget change out"
Thanks for reading
Regards
John
For example:
Column A has a list of work order numbers
Column B has a list of task numbers
Column C has task description
Column D has Work order header description.
I would like to import the data then have Project take the tasks and indent them under the Work order header.
The task number for the header row is always 00
Each task is then 010, 020, 030 etc...
I know I need to do this with VBA but I was wondering if anyone can assit with some code to get me started.
Here is a typical example of the data
045678 00 Widget change out Widget change out
045678 010 Remove Widget Widget change out
045678 020 Fix widget Widget change out
045678 030 Replace widget Widget change out
045678 040 Test widget out Widget change out
In Project I would like to see Tasks 010 - 040 indented under "Widget change out"
Thanks for reading
Regards
John