I have the following VB Code:
![]()
Please Login or Register to view this content.
I need to also the code to look in the information from column 1 and add the exact same text to the added rows but below column 1
Ex:
A5 = Text
B5 = 004
Code will add three extra rows with the following information
C5 = Text/001/HS
C6 = Text/002/HS
C7 = Text/003/HS
C8 = Text/004/HS
I need it to add the text from A5 to A6, A7, A8.
A5 = Text; B5 = 004; C5 = Text/001/HS
A5 = Text;
A7 = Text;
A8 = Text.
Bookmarks