Hello there,
I am trying to replace a “,” into Environment.NewLine. But some reason the output word document printing extra character. I think it’s space. See the attachment,
1 Like
Try to use ASCII value of Comma(,) while replacing Ex: Replace(Text ,Chr(44)), May be that will work i guess.