I have a macro that resizes all column of a certain colour, which includes this code:
Code:
thisCol.LeftPadding = CentimetersToPoints(0.1)
thisCol.RightPadding = CentimetersToPoints(0.1)
However, if I manually drag-and-widen a column, then run the macro, it doesn't work. The padding remains unchanged. Any ideas?