Change Font size in Excel VBA

  • Thread starter Thread starter George
  • Start date Start date
G

George

hi there, I want to change the font size using a macro, if
theres a way pls help me with this.
 
Range("C3").Font.Size = 12

You can find out the answers to questions like these by recording
macro while doing it manually and then perusing the code generated.
 

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