LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 469
Default word wrap from shrink to fit

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
SHRINK AND WRAP Pam M Excel Discussion (Misc queries) 7 June 17th 09 11:06 PM
word wrap from shrink to fit Doug Robbins - Word MVP Excel Programming 0 November 13th 08 08:53 AM
Format cell to both Wrap text and shrink to fit dunnL1 Excel Discussion (Misc queries) 1 March 5th 08 04:38 PM
want to use word wrap and shrink to fit salts Excel Discussion (Misc queries) 0 October 11th 07 07:18 PM
shrink to fit and wrap text exhausted everything Excel Worksheet Functions 0 January 27th 06 03:05 PM


All times are GMT +1. The time now is 02:08 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"