hi there, I want to change the font size using a macro, if theres a way pls help me with this.
G George Apr 30, 2004 #1 hi there, I want to change the font size using a macro, if theres a way pls help me with this.
K kkknie Apr 30, 2004 #2 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.
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.