Vijay
You should be able to do a 'find and replace'. I think the character code for a carriage return is 10.
Perhaps try something like the below in a code stage:
Replace(MyRange, Chr(10), """")
Let me know if you need a complete code stage, but certainly try to build one using the above snippet.
-Tom