Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default LINE INSERTION IN TEXT !!!

Hello -

I have Textbox7.value="ABC:" & "" & "EFG:" & "" & "HIJ:"

How do I make Textbox7 display the string as --

ABC:
EFG:
HIJ:
instead of ABC: EFG: HIJ:? That is, how do I insert a (return key/a
line) after each entry Textbox7?


Any help would be appreciated!

Thanks
Jay

*** Sent via Developersdex http://www.developersdex.com ***
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default LINE INSERTION IN TEXT !!!

vbcrlf (carriage return, line feed).

="ABC:" & vbcrlf & "EFG:" & vbcrlf & "HIJ:"

--
Steve

"jay dean" wrote in message
...
Hello -

I have Textbox7.value="ABC:" & "" & "EFG:" & "" & "HIJ:"

How do I make Textbox7 display the string as --

ABC:
EFG:
HIJ:
instead of ABC: EFG: HIJ:? That is, how do I insert a (return key/a
line) after each entry Textbox7?


Any help would be appreciated!

Thanks
Jay

*** Sent via Developersdex http://www.developersdex.com ***


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 154
Default LINE INSERTION IN TEXT !!!

Thank you, AltaEgo !

Jay


*** Sent via Developersdex http://www.developersdex.com ***
  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 245
Default LINE INSERTION IN TEXT !!!

You are most welcome.

--
Steve

"jay dean" wrote in message
...
Thank you, AltaEgo !

Jay


*** Sent via Developersdex http://www.developersdex.com ***


Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Challenge - Excel Line Feed Character CHR(10) - How to Delete and keep the text formatting without going ro single line in a cell ? No Name Excel Worksheet Functions 7 October 7th 09 11:10 AM
A 2 line text showing up in the Cell in Excel prints in 1 line Danny Excel Discussion (Misc queries) 6 July 12th 05 08:47 PM
automatic text insertion in preformated spread sheets husssaid Excel Programming 1 April 23rd 04 06:11 PM
Line insertion Andy Excel Programming 2 January 30th 04 04:48 PM
Text following an Outlook field insertion Shauna Koppang Excel Programming 0 August 25th 03 10:45 PM


All times are GMT +1. The time now is 08:12 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"