I am new to VBA and I need help for a simple macro that will look at the value in A column "Part" and copy the value of B column down till it gets to the "Part " again and loop to the end.
It should looks like something like this:
Part 3222-01
3222-01
3222-01
3222-01
Part 3444-02
3444-02
3444-02
It should looks like something like this:
Part 3222-01
3222-01
3222-01
3222-01
Part 3444-02
3444-02
3444-02