wrapping text in a textbox

gdanalakshmi

Registered User.
Local time
Today, 16:29
Joined
Nov 26, 2002
Messages
102
I have a textbox control and it has a specified width. But if the number of characters are more to display in one line, then I want to wrap the text in the textbox.
The text that appears in the textbox is determined at runtime.

Is there a way to do that??
 
The text will wrap if the textbox is big enough. Can grow won't work on a form. However, you can dynamically change the size with vba code.
 
llkhoutx said:
However, you can dynamically change the size with vba code.

I'm having a similar problem and have basically less than zero knowledge re: vba. Would anyone be able to point me in the right direction as to where I'd be able to find code to enable text wrapping in a datasheet subform?

I'm hoping the answer is yes :)

Thanks

Row
 

Users who are viewing this thread

Back
Top Bottom