|
-
Jul 4th, 2003, 01:31 AM
#1
Thread Starter
New Member
How to wrap text from excel spreadsheet by VB.
I want to use multiline of spreadsheet in Vb but i try Chr(13) + Chr(10) and
Selection.ColumnWidth = 30
With Selection
.HorizontalAlignment = xlGeneral
.VerticalAlignment = xlBottom
.WrapText = True '!!!!!!!!!!!!!!!!!!!!!
.Orientation = 0
End Width
it not work because spreadsheet is not have property "WrapText".
Any idea ???
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|