Hello,
I need to create a macro who can search for a partial string (ex: TAR-WKS or TAR_LCD) on the H,J,I and K columns and if a string with that name it's found it should:
1. Insert a new line below the line where the string it's found.
2. Copy the content of the A,B,C,D and E columns from the line where the search string was found and paste them on the new line inserted at point 1, using same location - A on A, B on B, .., E on E.
3. CUT the found string along with the rest of the text (ex: TAR-WKS152 or TAR_LCD668) to the new line created as follows:
if it's TAR-WKS"a number" it should be pasted on the new line, column F.
if it's TAR_LCD"a number" it should be pasted on the new line, column G.
test environment excel file attached.
test_file.xlsx
Bookmarks