I've been working with a macro that I have inherited and I'm trying to make some updates to help with some changes that have been made in the department.
I have data in column AE, which is titled 'crs_cde' (see below).
crs_cde
JOUR 103 D A
JOUR 101 D A
JOUR 101 O A ON
JOUR 215 D B
JOUR 317 D A
JOUR 341 D A
JOUR 541 D A
JOUR 215 D A
JOUR 280 D A
JOUR 280 D B
(note that this is just a sampling. I pull this data from an internal system at various times, so the length of the column fluctuates)
I would like to split this data into two new cells, while retaining the original data in the original cells.
Basically, I want to take the 'JOUR' data and put it in a new column titled 'Course Cde' (column BP) and the 'D A', 'O A ON', etc data into a new column titled 'Course Sec' (Column BQ).
I'm new to macros, so I'm having a difficult time writing a code that will help me achieve this goal. Any help would be greatly appreciated.
Thank you!
Bookmarks