Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have a solution in excel where I am displaying statements from a module
(one statement at a time, selected from a listbox) in a textbox. I want the textbox to display the lines exactly as they are in the module. This is of particular importance when a statement spans multiple lines in the module, in which case the line-continuation character (_) ends all but the last line. In that case, if the lines has more characters than the textbox will display on a single line (and they usually do when they span multilines), I want the horizontal scroll bar to appear and the line clipped, while linebreaks following the line-continuation characters are displayed on a new line. Is there any way I can combine the settings of the ScrollBars, MultiLine, WordWrap, etc. properties in order to get all that accomplished? Thank you. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Textbox and multiline text | Excel Worksheet Functions | |||
Importing a multiline .txt file | Excel Discussion (Misc queries) | |||
Excel multiline formulas | Excel Worksheet Functions | |||
Wordwrap wont!!!! | Excel Programming | |||
Dropdown control as multiline | Excel Programming |