Showing posts with label Office2013. Show all posts
Showing posts with label Office2013. Show all posts

February 19, 2013

Office 2013: Make RIBBON TAB TITLES not all caps

Issue

After installing Office 2013 you might want to revert ribbon group titles to initial caps instead of ALL CAPS.

image

Solution

You can modify the ribbon tab titles manually, or by importing the modified settings files at the bottom of this article (for English only).

1. First, right-click on a ribbon tab title and select “Customize the Ribbon…”.

image

2. You should be on Customize Ribbon screen, on which you can select each tab one by one and select Rename

image

3. Best option is to add space after the current title, so “Home” becomes “Home “, and click OK

image

4. Then go through all tab titles OR just use the configuration files I created by modifying each title.

5. For importing these files, you only need to “Import customization file” for each Office application (Word, PowerPoint, Excel, Outlook) separately.

image

6. Just pick corresponding file, click OK and you’re all set!

Word

Excel

PowerPoint

Outlook

PS. FILE will always be CAPS, sorry.

 

Technorati Tags:

August 6, 2012

Office 2013: Disable transition and cursor animations

Issue

When using Office 2013 you have all kinds of nice animations when moving around in the applications. E.g., in Excel 2013 you can see smooth animation of cell selector moving from cell to another. In Word/Excel/Outlook/PowerPoint 2013, you can see cursor smoothly moving when typing text, or in Outlook, there is transition animation when you move between Mail and Calendar. In some scenarios these neat new animations are not desired. Good thing is that one can easily disable them.

Solution

  1. Right click on My Computer icon on the Desktop and choose Properties option OR just hit Win+Pause
  2. In the System window click the Advanced system settings link in the left pane
  3. Click Continue button if prompted by UAC
  4. Now click Settings button under Performance section
  5. Select the Custom and check the option Animate controls and elements inside windows to enable animations
  6. Click OK button
  7. Click OK button in the System Properties window

Another solution

The above solution affects all animations across all applications. In order to only limit this within Office 2013, do as Paul instructs and add the following registry key:

[HKEY_CURRENT_USER\Software\Microsoft\Office\15.0\Common\Graphics]
"DisableAnimations"=dword:00000001


To see the effect, you’ll need to reboot your computer. To reverse the effect, change the value of the added DWORD to its default of 0.