Hello All,
I have a file the contains data from column a to g. The data must remain intact.
I am looking to write a vba program that will
1) Look to Column B to see if the is data string containing one, two, or three semicolons. The data will
be in the format 123, 123;123, or 123;123;123.
2) Then copy the entire row of data to the line below dependent upon how many semi colons are in the string.
Example if 123;123, then make single copy. If 123;123;123 then make two copies of entire row.
3) Then make the copied cells bold font.
Thank you in advance
I have a file the contains data from column a to g. The data must remain intact.
I am looking to write a vba program that will
1) Look to Column B to see if the is data string containing one, two, or three semicolons. The data will
be in the format 123, 123;123, or 123;123;123.
2) Then copy the entire row of data to the line below dependent upon how many semi colons are in the string.
Example if 123;123, then make single copy. If 123;123;123 then make two copies of entire row.
3) Then make the copied cells bold font.
Thank you in advance