J
James
I've selected a range as follows:
Set rng = Range(Cells(upperLeft(0), upperLeft(1)), Cells(lowerRight(0),
lowerRight(1)))
rng.Select
Selection.Font.FontStyle = "Arial"
Selection.Font.Size = 10
but the font size in some columns doesn't change. Any ideas?
Set rng = Range(Cells(upperLeft(0), upperLeft(1)), Cells(lowerRight(0),
lowerRight(1)))
rng.Select
Selection.Font.FontStyle = "Arial"
Selection.Font.Size = 10
but the font size in some columns doesn't change. Any ideas?