heyya232323234
New Member
- Joined
- May 13, 2021
- Messages
- 1
- Office Version
- 2019
Hi,
can someone please help with the VBA code for splitting a WBS column into the individual columns.
Just need it for 4 levels and usually in excel i can just have a if statement that bases it on the number on ".".
is there a cleaner way to do it. my WBS child numbers can be multiple digits.
the result i want:
thanks.
can someone please help with the VBA code for splitting a WBS column into the individual columns.
Just need it for 4 levels and usually in excel i can just have a if statement that bases it on the number on ".".
is there a cleaner way to do it. my WBS child numbers can be multiple digits.
the result i want:
thanks.
A | B | C | D | E |
---|---|---|---|---|
1 | 1 | |||
1.1 | 1.1 | |||
1.2 | 1.2 | |||
2 | 2 | |||
2.1 | 2.1 | |||
2.1.1 | 2.1.1 | |||
2.1.1.1 | 2.1.1.1 |