+ Reply to Thread
Results 1 to 3 of 3

Excel Font Size Keyboard Shortcut

Hybrid View

brad78703 Excel Font Size Keyboard... 01-26-2010, 05:19 PM
Paul Re: Excel Font Size Keyboard... 01-26-2010, 05:31 PM
brad78703 Re: Excel Font Size Keyboard... 01-26-2010, 06:10 PM
  1. #1
    Registered User
    Join Date
    01-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    3

    Excel Font Size Keyboard Shortcut

    Hello,

    Thanks in advance for any help.

    The following keyboard shortcuts exist in Microsoft Word:

    Decrease font size one value. CTRL+SHIFT+<
    Increase font size one value. CTRL+SHIFT+>
    Decrease font size 1 point. CTRL+[
    Increase font size 1 point. CTRL+]

    However, none of these shortcuts appears to work in Excel. Can anyone tell me if there are equivalent keyboard shortcuts in Excel, or if not, if there is a way to program these font size change shortcuts for use in Excel?

    Basically, I'd like to be able to go into a completed worksheet, click on a cell, and change the font size of its contents (either larger or smaller) with a keyboard shortcut.

    THANK YOU.

  2. #2
    Forum Expert Paul's Avatar
    Join Date
    02-05-2007
    Location
    Wisconsin
    MS-Off Ver
    2016/365
    Posts
    6,887

    Re: Excel Font Size Keyboard Shortcut

    Hi Brad, and welcome to the forum. Those key combinations already have a set function in Excel, just not the same as in Word.

    CTRL+SHIFT+< will copy the value in the cell above the current cell
    CTRL+SHIFT+> will copy the value in the cell to the left of the current cell
    CTRL+[ will select all cells that are referenced in the formula of the current cell
    CTRL+] will select all cells that directly reference the current cell

    Using the OnKey method in a macro, you could alter what these key combinations do in Excel. See here for some background and an example:

    http://msdn.microsoft.com/en-us/libr...ice.11%29.aspx

    Post back if you need further assistance.

  3. #3
    Registered User
    Join Date
    01-26-2010
    Location
    Austin, TX
    MS-Off Ver
    Excel 2010
    Posts
    3

    Re: Excel Font Size Keyboard Shortcut

    Paul,

    Thank you for the prompt response. From the link, it appears that my two entries would be as follows:

    Application.OnKey "^+{>}", "IncreaseFontSizeOneValue"
    Application.OnKey "^+{<}", "DecreaseFontSizeOneValue"

    However, I don’t know if these are valid Procedure names (I’m simply using the names Microsoft gave these operations in the Word Keyboard Shortcut help page). Can you help me determine the correct Procedure names?

    Secondly, I don’t know how to enter these two macros in Excel so they are both permanent & universal.

    Sorry to bother you with such beginner queries.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1