https://github.com/wayanlw/MSOfficeScripts
VBA Scripts for Excel
https://github.com/wayanlw/MSOfficeScripts
Last synced: 3 months ago
JSON representation
VBA Scripts for Excel
- Host: GitHub
- URL: https://github.com/wayanlw/MSOfficeScripts
- Owner: wayanlw
- Created: 2020-06-28T05:14:49.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-03-31T03:50:22.000Z (11 months ago)
- Last Synced: 2024-08-13T07:18:19.261Z (6 months ago)
- Language: VBA
- Size: 768 KB
- Stars: 4
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - wayanlw/MSOfficeScripts - VBA Scripts for Excel (VBA)
README
# MS Office Scripts
The files in this repo contains MS Office scripts that I have developped over time to improve my efficiency in working with the MS Office suite.
## How to use the Excel Scripts
1. Open the visual basic editor by pressing Alt + F11
2. In the project window, expand the Personal.xlsx file
3. Copy the content of the Excel scripts file and paste in to the Code Editor
4. Now you can access these scripts using the "Macros" button within any workbook.## The most used excel shortcuts in the program
| Cannot use (Excel Already uses it) | |
| ------------------------------------------------------------------- | ------------- |
| Toggle Filters | L |
| Fonts tab | P |
| expand collapse formula bar | U |
| Opens the Font dialog box to change the font | F |
| Insert cells | + |
| Delete Cells | \- |
| Creates names by using the labels of the selected rows and columns. | F3 |
| Switches between all Excel windows. | F6 |
| Prints the active sheet. | F12 |
| Paste as values | V |
| | |
| **My Macros** | |
| Fmt_Alignmnet_E | E |
| Fmt_CenterAcrossSeIection_M | M |
| Fmt_AIIGreyBorders_C | C |
| Fmt_CycleBorders_B | B |
| Fmt_CycleCellStyle_T | T |
| Fmt_CycleFill_X | X |
| Fmt_CycleFontCoIor_F | F |
| Fmt_NumberFormat N | N |
| Fmt_DecimalDecrease K | K |
| Fmt_Decimallncrease J | J |
| Fmt_AutoColorSeIection_A | A |
| Fmt_CurrentSheetNoGridZoom70_G | G |
| Fmt_CustomSuffix_H | H |
| Fmt_WrapText_W | W |
| Sht_insertwithName_I | I |
| | |
| Tool_PasteValues_V (Redundant) | V (Redundant) |
| Tool_copyAcross_R | R |
| Tool_copyDown_D | D |Sources:
[https://www.youtube.com/user/ExcelIsFun](https://www.youtube.com/user/ExcelIsFun)
[https://www.thespreadsheetguru.com/](https://www.thespreadsheetguru.com)
[https://www.mrexcel.com/](https://www.mrexcel.com/)