formatting a range

  • Thread starter Thread starter James
  • Start date Start date
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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top