Why I can not wrap a text in a cell? I have tried as well using FORMAT-CELLS-ALIGNMENT-WRAPTEXT but still the text is not wrap. VBA is also used but it's still doesnt work...

[vba]
Private Sub Worksheet_Change(ByVal Target As Range)
Worksheets("Sheet1").Range("c88").WrapText = True
End Sub
[/vba]