J
JonWayn
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.
(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.