Welcome to VBA Tips & Tricks.
All VBA related information will be posted on this blog. Of late, VBA has been disregarded by many software professionals for .Net, c# and other technologies. This blog will also post articles related to them too
Happy reading
Pages
▼
Saturday, March 31, 2007
Display text in a multiple lines
To display several lines of text in a text box, using vbcrlf at the end of each line
Set MultiLine property to True either in the Properties window
No comments:
Post a Comment