Extra space when Creates a Ms Word document

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,error11

1 Like

Hi @Karthikeyan_Thiru,

Try to use ASCII value of Comma(,) while replacing Ex: Replace(Text ,Chr(44)), May be that will work i guess.