Asi len cez VBA
Sub test()
Dim myRng As Range
Set myRng = Selection.Cells(1, 1)
Debug.Print myRng.Height
Debug.Print myRng.RowHeight
Debug.Print myRng.WrapText
End Sub
Pokiaľ by si to chcel do vzorca, musel by si si napísať UDF.citovat
Sub test()
Dim myRng As Range
Set myRng = Selection.Cells(1, 1)
Debug.Print myRng.Height
Debug.Print myRng.RowHeight
Debug.Print myRng.WrapText
End Sub
Pokiaľ by si to chcel do vzorca, musel by si si napísať UDF.citovat