How to Change Font Size in Excel – A Complete Guide

The following datasets provide an overview.

Overview of Changing Font Size


Changing the Default Font Size in Excel

To change the default font size in Excel:

  • Go to the File tab.
    Going to Home Tab
  • Click Options.
    Going to Options
  • Go to the General tab > When creating new workbooks  > Font Size.
  • Select a font size.
  • Click OK.
     Setting Default Font SizeA warning message will be displayed:
  • Click OK.
    Confirming From Warning Box
  • Restart Excel and open a new workbook.

Changed Font Size in New Workbook


Changing the Font Size of Selected Cells in Excel

Use the Font Size Option in the Home Tab

  • Select a range of cells.
  • Go to the Home tab > Font  > Font Size.
    Going to Font Size Option
  • Select a font size.
    Setting Font Size

This is the output.

Utilizing the Ribbon

You can also click Increase Font Size and Decrease Font Size.

Changing Font Size from Font group

Read More: How to Change Font in Excel to All Caps


Use a Shortcut Key

The increase or decrease of the font size occurs according to the default parameter.

Default Parameter

 

  • Select a range of cells.
    Selecting a Range
  • Press Alt + H.Having Keyboard OptionsKeyboard combinations will be displayed.
  • Press F and G sequentially to increase the font size.
    Or, press the F and K sequentially to decrease the font size

This is the output.

Output of Shortcut key

You can customize the font size:

  • Select the range.
  • Press Alt+H, F, S to access the Font Size option for editing.
  • Insert the custom font size.
    Inserting Custom Size
  • Press Enter.

This is the output.

Using Shortcut key

Read More: How to Increase Font Size Using Keyboard in Excel


Using Cell Style

  • Select a range of cells.
    Data before Applying Cell Styles
  • Go to the Home tab > Styles > Cell Styles > Normal.
  • Right-click.
  • Select Modify.
    Selecting Modify Option
  • Click Format.
    Going to Format
  • Select a font size and click OK.
    Selecting a Font Size
  • Click OK again in the Style dialog box.
    Employing a Cell Style

This is the output.

Output after Applying a Cell Style

Read More: How to Change Font Style in Excel


Using VBA

  • Select a cell or a range of cells.
  • Go to the Developer tab > Code  > Visual Basic to open Visual Basic Editor.
    Opening Visual Basic Editor
  • Go to the Insert tab > Module.
    Opening a Module
  • Copy and Paste the following VBA code:
    Sub FontIncreaser()
    Selection.Font.Size = Selection.Font.Size + 1
    End Sub
    Sub FontDecreaser()
    Selection.Font.Size = Selection.Font.Size - 1
    End Sub
  • Close the Visual Basic Editor window.
  • Click Developer > Macros.
    Running the MacrosThe Macro dialog box will be displayed with function names: FontDecreaser & FontIncreaser.
  • Select a function in Macro Name to decrease the font size. Here, FontDecreaser.
  • Click Options…
    Incorporating VBA Code
  • Create your shortcut key in the Shortcut key section. Here, Ctrl+s.
  • Click OK.
    Setting keys for Decreasing Font size
  • Again, select a function in Macro Name to increase the font size. Here, FontIncreaser.
  • Click Options.
    Opening Box for setting Keyboard Shortcut
  • Set another shortcut key to increase the font size. Here, Ctrl+b.
  • Click OK.
    Keyboard Shortcut for Increasing Font
  • Choose the range to change the font.
  • Press the customized shortcut keys to decrease or increase your font size.
    Output After Using VBA

Download Practice Workbook

Download the workbook and practice.


Frequently Asked Questions

How to increase font size in Excel for printing?

To increase the font size in Excel for printing, use the Page Setup dialog box.

  • Go to the File tab > Print > No Scaling.
  • Select Custom Scaling Options.
    A Page Setup window will appear. In the scaling option, the default size is 100%, meaning the printed font size matches the size in Excel.
  • Enter 130%, for example.
  • Click OK.


Related Articles

<< Go Back to Excel Fonts | Excel Cell Format | Learn Excel

Get FREE Advanced Excel Exercises with Solutions!

Tags:

Mohammad Shah Miran
Mohammad Shah Miran

Mohammad Shah Miran has a professional background spanning over a year at Softeko. Initially starting as an Excel and VBA writer, he authored more than 50 articles for the ExcelDemy project. Currently, Miran is engaged in the LinuxSimply project as a Linux content developer, completed over 40 articles. His analytical approach extends across various domains, including Excel, VBA, Bash scripting, Linux, data analysis, and Python programming. In his leisure time, Miran enjoys watching movies and series or listening... Read Full Bio

We will be happy to hear your thoughts

Leave a reply

Advanced Excel Exercises with Solutions PDF

 

 

ExcelDemy
Logo