W
wiwchar
i have some familiarity with VBA for Excel. This is my first attempt at VBA
for Project. What I have is a list of parts that are at various levels in a
bill of materials. The information that I have copied into Project is the
part number/description and the level in the bill. I have recorded a few
macros that will indent the task a number of steps. What I would like is to
have code go through the list, look at record in the custom field that
indicates the level, and then indent that number of times minus 1. I need the
macros to go through until it completes this for the last task. The bills
that I will be importing have 4000 parts or more. For now, I have name the
custom field BOM_Level and it is a number field.
Any help is greatly appreciated.
Thanks in advance.
for Project. What I have is a list of parts that are at various levels in a
bill of materials. The information that I have copied into Project is the
part number/description and the level in the bill. I have recorded a few
macros that will indent the task a number of steps. What I would like is to
have code go through the list, look at record in the custom field that
indicates the level, and then indent that number of times minus 1. I need the
macros to go through until it completes this for the last task. The bills
that I will be importing have 4000 parts or more. For now, I have name the
custom field BOM_Level and it is a number field.
Any help is greatly appreciated.
Thanks in advance.