0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
Re: [quote=WolfPack;251312]Hi, How do you delete a newline character that is inside a VB string? Apparently Trim removes only spaces. Thanks in Advance.[/quote] Hi, You can try this and smile.:lol: Replace(String, vbNewLine, "", , , vbTextCompare) Thanks ---Ashok Paswan |
The End.