Displaying Control Characters

I’ve just solve the problem using Chr(10) and IsTextWrapped = true.

The code is:

Cell.PutValue(“Hello” & Chr(10) & “World”)
Cell.Style.IsTextWrapped = true

Thanks for all.