https://github.com/postnick/FormatNice
Excel Script that I use to Format my data nicely for my day to day use.
https://github.com/postnick/FormatNice
Last synced: 4 months ago
JSON representation
Excel Script that I use to Format my data nicely for my day to day use.
- Host: GitHub
- URL: https://github.com/postnick/FormatNice
- Owner: postnick
- Created: 2021-06-23T21:27:45.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2023-02-07T20:55:59.000Z (almost 3 years ago)
- Last Synced: 2024-08-13T07:18:16.724Z (over 1 year ago)
- Language: VBA
- Size: 23.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - postnick/FormatNice - Excel Script that I use to Format my data nicely for my day to day use. (VBA)
README
# FormatNice
Excel Script that I use to Format my data nicely for my day to day use.
I like to keep mine in my PERSONAL.XLSB file and assign the various sections to shortcuts.
For my setup
- Better_Merge_Center = ctrl + shift + K
- COL_Date = ctrl + shift + D
- COL_Number = ctrl + shift + N
- Format_Better = ctrl + shift + M
- Text000 = ctrl + shift + L
# How to install
1. Open Excel
2. Click on the VIEW tab and then Unhide
3. Unhide the "PERSONAL.XLSB" database
4. Press "ALT + F11" Key combo to pen up VBA
5. Inside of VBA editor - Insert Module - Give it a name on the middle left side - I'm not sure how to describe this.
6. Paste in the required code
7. Save the VBA and Close
8. Save the PERSONAL.XLSB
9. Exit all excel files to test.
I hope this helps you.