Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Got in wrong forum to start. Have now got most of it working. Am running 2000
it word wraps all but lines 2-3-4. For some reason these cell do not open up like others. Have checked the formatting says it is what it is supposed to be. Here is my code. Hope someone can hit me and solve it. Thanks With Selection Columns("A:E").Select ' Selection.NumberFormat = "General" With Selection .HorizontalAlignment = xlGeneral .VerticalAlignment = xlTop .WrapText = True .Orientation = 0 .AddIndent = False .ShrinkToFit = False .MergeCells = False End With |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
SHRINK AND WRAP | Excel Discussion (Misc queries) | |||
word wrap from shrink to fit | Excel Programming | |||
Format cell to both Wrap text and shrink to fit | Excel Discussion (Misc queries) | |||
want to use word wrap and shrink to fit | Excel Discussion (Misc queries) | |||
shrink to fit and wrap text | Excel Worksheet Functions |