Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Excel 2002
Windows XP Pro SP2 I've tried vbcrlf but that just places the "p" looking carriage return character in my string. Here is the gist of what I want: OUTPUT = "The Input value is " & VAL & vbCrlf & _ "The Input units are " & INP & vbCrlf & vbCrlf txtbx2.Value = OUTPUT Any ideas? -gk- ================================================= The creative act is not the province of remote oracles or rarefied geniuses but a transparent process that is open to everyone. -Greg Kot in Wilco Learning How To Die- |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Set the TextBox property MultiLine = True
*** Sent via Developersdex http://www.developersdex.com *** |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Challenge - Excel Line Feed Character CHR(10) - How to Delete and keep the text formatting without going ro single line in a cell ? | Excel Worksheet Functions | |||
How can I insert a line feed in the text in an EXCEL cell? | Excel Discussion (Misc queries) | |||
Line Feed | Excel Programming | |||
How do I get rid of line feed characters in wrapped text? | Excel Discussion (Misc queries) | |||
how does excel store new line and line feed characters? | Excel Programming |