Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Using answer below for Cell A1.
How can I alter the formula for as many cells as I like, say 100 cells vertically? Private Sub Worksheet_SelectionChange(ByVal Target As Range) If Target.Address = "$A$1" Then Target.Value = Replace(Target.Value, " ", Chr(10)) End If End Sub |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Formatting Text in one cell Vertically | Excel Discussion (Misc queries) | |||
Text in cells is cut off vertically when i Print | Excel Discussion (Misc queries) | |||
How break column formatting to vary cell widths vertically? | Excel Worksheet Functions | |||
How do i rotate the text TO FIT THE Paper vertically? | New Users to Excel | |||
how to type a text vertically in a excell cell | Excel Discussion (Misc queries) |