how to change font orientation in excel ? /vertical cells/
best regards
KAJOT
best regards
kajot
kajot
how to change font orientation in excel ? /vertical cells/
best regards
KAJOT
oRange:Orientation := value
Name Value Description
xlDownward -4170 Text runs downward.
xlHorizontal -4128 Text runs horizontally.
xlUpward -4171 Text runs upward.
xlVertical -4166 Text runs downward and is centered in the cell.
Thanks