I have an Excel spreadsheet where all data resides in column A.
Cell A1 is blank and the data follows after that. I need to insert a line after each line with the ChangeType: add. How can I do this with macro?
dn: CN=
changetype: add
title:
telephoneNumber :
displayName:
mail:
dn: CN=
changetype: add
title:
telephoneNumber :
displayName:
mail:
Cell A1 is blank and the data follows after that. I need to insert a line after each line with the ChangeType: add. How can I do this with macro?
dn: CN=
changetype: add
title:
telephoneNumber :
displayName:
mail:
dn: CN=
changetype: add
title:
telephoneNumber :
displayName:
mail:
Comment