Change Font size in Excel VBA

G

George

hi there, I want to change the font size using a macro, if
theres a way pls help me with this.
 
K

kkknie

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.
 
Top