How can i add "enter key" in a variable or inbetween a characters using codes.
any idea????
Printable View
How can i add "enter key" in a variable or inbetween a characters using codes.
any idea????
Try
MyVar = "My Text Line 1" & vbCrLf & "My Text Line 2"
MyVar will now contain 2 lines of Text.
Hope this helps,
Steve.
its working the way i want.
Thanx a lot.
Manish