Hello Experts,
I'm a new user.
I thought my code below would make the two line Description field show up.
I can only manually double click on the row edge to see it appear in a larger row height.
What is my problem please?
![]()
Range("D12:" & "$D$" & LastRow).Select or rows("12:" & LastRow).Select With Selection .WrapText = True .Orientation = 0 .AddIndent = False .ShrinkToFit = False .ReadingOrder = xlContext .MergeCells = False End With rows("12:" & LastRow).Select
Bookmarks