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
NikolinoDE
Jul 13, 2021Platinum Contributor
Maybe this will help
Is it possible (without coding) to automatically modify the row height in Excel?
csoares
Jul 16, 2021Brass Contributor
72 / 5000
Resultados da tradução
thank you very much for the answers that helped me to solve the problem 🙂
Resultados da tradução
thank you very much for the answers that helped me to solve the problem 🙂