Forum Discussion
csoares
Jul 13, 2021Brass Contributor
Controlling row heights of long text in a cell selection
Good morning, i wanted to increase the distance between lines of a long text that i inserted in a selection of cells grouped with "merge" and with "wrap text". Are there any VBA commands that...
- Jul 13, 2021
Excel doesn't provide control over line spacing, but you could use
.VerticalAlignment = xlVAlignDistributed
or
.VerticalAlignment = xlVAlignJustify
HansVogelaar
Jul 13, 2021MVP
Excel doesn't provide control over line spacing, but you could use
.VerticalAlignment = xlVAlignDistributed
or
.VerticalAlignment = xlVAlignJustify