|
-
Mar 29th, 2008, 05:32 AM
#1
Thread Starter
Member
[RESOLVED] How to show multiple lines string using formula
Sir,
I m trying to insert a string which is in multiple lines. Is there any keyword in CR equivalent to [vbcrlf] for showing other string to next line.
Regards,
Manish
-
Mar 29th, 2008, 05:42 AM
#2
Thread Starter
Member
Re: How to show multiple lines string using formula
I got the solution. I used [chr(13)] function to enforce string to next line.
Thanx
-
Mar 31st, 2008, 12:32 AM
#3
Frenzied Member
Re: [RESOLVED] How to show multiple lines string using formula
chr(13) by itself does not perform the vbCrLf. you need to use in conjunction for proper result
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|