A collection of VBA macros that streamline common Excel formatting and editing tasks through keyboard shortcuts.
- Alt + Shift + . — Move the decimal point one place to the right
- Alt + Shift + , — Move the decimal point one place to the left
- Ctrl + Alt + A — Automatically apply font colors
- Ctrl + Alt + S — Toggle positive and negative signs
- Ctrl + Alt + 4 — Apply currency formatting
- Ctrl + Alt + 5 — Apply percentage formatting
- Ctrl + Alt + 6 — Apply multiples ("x") formatting
- Ctrl + Alt + 7 — Apply standard number formatting
- Ctrl + Alt + Q — Paste while skipping blank cells
- Ctrl + Alt + [ — Decrease decimal places
- Ctrl + Alt + ] — Increase decimal places
- Ctrl + Alt + 8 — Display zero values as "-" while preserving the existing number format
- Open Excel.
- Press Alt + F11 to open the VBA Editor.
- Import
excel_macro_toolkit.basinto yourPERSONAL.XLSBor another workbook. - Run the macro that assigns the keyboard shortcuts.
- Save the workbook.
excel_macro_toolkit.bas– VBA macro libraryExcel_Macro_Cheat_Sheet.pdf– Keyboard shortcut reference
- Microsoft Excel (Windows)
- VBA enabled
MIT License