Thread
:
Another to get hard returns in instead of: " & Chr(10) & "
View Single Post
#
4
Posted to microsoft.public.excel.programming
Rick Rothstein \(MVP - VB\)
external usenet poster
Posts: 2,202
Another to get hard returns in instead of: " & Chr(10) & "
Use vbCr instead of Chr(10) to create a hard return.
I think you meant to type vbLf , not vbCr.
Rick
Reply With Quote
Rick Rothstein \(MVP - VB\)
View Public Profile
Find all posts by Rick Rothstein \(MVP - VB\)