Home |
Search |
Today's Posts |
#5
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Tim,
Am Tue, 22 Jul 2014 19:16:37 +0100 schrieb TimR1316: Maybe there's something else causing the downstream problem, but this seems to happen frequently when dealing with text like this. I can normally fix it manually, but there are so many cells like this, it would take me forever to fix them. try: Sub Test() Application.ScreenUpdating = False ActiveSheet.UsedRange.WrapText = False Application.ScreenUpdating = True End Sub Regards Claus B. -- Vista Ultimate / Windows7 Office 2007 Ultimate / 2010 Professional |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Removing Manual Line Breaks in Multiple Cells | Excel Discussion (Misc queries) | |||
Shortcut:??? No Line Breaks in Cell | Excel Discussion (Misc queries) | |||
Hyperlink in cell with line breaks | Excel Discussion (Misc queries) | |||
Can you get line breaks in a text cell | Excel Discussion (Misc queries) | |||
populating a cell with text w/ line breaks | Excel Programming |