» Adding a Custom Keyboard Shortcut
CATEGORY - Keyboard & Other Shortcuts in VBA
VERSION - All Microsoft Excel Versions
It is recommended that general custom keyboard shortcuts be saved in the Personal Macro Workbook. This workbook is created the first time you record and store a macro, and remains hidden when Excel is opened.
To create the Personal Macro Workbook while storing a new keyboard shortcut:
1. From the Tools menu, select Macro, and then Record New Macro.
2. In the Macro name box, insert a name for the macro (no spaces are allowed between characters).
3. In the Shortcut key box, press Shift+ V.
4. Choose Personal Macro Workbook from the Store macro in dropdown list, and click OK.
5. Record anything you like and then stop recording by pressing the Stop Recording icon.
6. Open the VBE (Visual Basic Editor) by pressing Alt+F11.
7. Double-click Module1 under VBAProject (PERSONAL.XLS).
8. In the PasteValues macro, replace the lines recorded with:
Selection.Formula = Selection.Value
This code converts a selected cell's formula to its current value.
9. Click Save.
10. Press Alt+F4 to close and then reopen Excel.
11. To determine if PERSONAL.XLS is open, select Unhide from the Windows menu.
12. To check the keyboard shortcut, select cells containing formulas, and press Ctrl+Shift+V.



Book Store:
Recommended Books:
- Seven Habits Of Highly Effective People
- Keys to Reading an Annual Report (Barron's Business Keys)
- Microsoft Excel 2002 Visual Basic for Applications Step by Step
- Mortgages For Dummies®
- The South Beach Diet: The Delicious, Doctor-Designed, Foolproof Plan for Fast and Healthy Weight Loss
- What the IRS Doesn't Want You to Know: A Cpa Reveals the Tricks of the Trade
No comments have been submitted.

