[VBA]vbcrlf[/VBA]is enter with a line feed I think. Instead of that, you could use [VBA]chr$(13)[/VBA] for enter and if I'm not mistaken, [VBA]chr$(10)[/VBA] for the linefeed. But I'm not an expert on that. If it works ... don't break it.
Charlize
[VBA]vbcrlf[/VBA]is enter with a line feed I think. Instead of that, you could use [VBA]chr$(13)[/VBA] for enter and if I'm not mistaken, [VBA]chr$(10)[/VBA] for the linefeed. But I'm not an expert on that. If it works ... don't break it.
Charlize