Skip to main content
ExcelHowto
Tutorials
Getting Started with Excel
Formulas and Functions
Charts and Graphs
Tips & Tricks
Troubleshooting
How To
Data Analysis
Programming with VBA
Functions
Excel Functions
Compatibility functions
Cube Functions
Database Functions
Date and Time Functions
Engineering Functions
Financial Functions
Information Functions
Logical Functions
Lookup and Reference Functions
Math and Trigonometry Functions
Statistical Functions
Text Functions
User Defined Functions
Web Functions
Books
Macros
Shortcuts
Home
»
Excel Macros
»
Page 5
Hide All Worksheets Except Active One
Sometimes, you may need to hide all Worksheets except active one, if the Workbook have many Worksheets, it seems very boring to […]
10 years ago
Delete All Worksheets Except Active One
Sometimes, you may want to delete all Worksheets except the active one, if the Workbook have many Worksheets, it seems very boring […]
10 years ago
Add and Name a New Worksheet with Specific Name
If you always add and name a new Worksheet with specific name in your Workbook, sometimes it seems very boring to do […]
10 years ago
Excel VBA: Change Calculation Mode To Manual
Sub WorkbookCalculationManual() With Application 'Workbook calculation settings .Calculation = xlCalculationManual 'Change calculation mode to manual '.CalculateBeforeSave = True 'Recalculate workbook before saving, […]
11 years ago
Create a Backup of a Workbook with Current Date
We all know that making backups of your work is important. Now you can have a macro do it for you. This simple […]
11 years ago
Prevent the Workbook Closing If a Cell is Empty
Sometimes you may not want a user closing out a workbook without entering a specific piece of data. In these situations, you […]
11 years ago
Print All Workbooks in a Folder
Sometimes you may need to print all workbooks in a folder, open each workbook, print, close the workbook, and then open the […]
11 years ago
Open All Workbooks in a Folder
Sometimes you may need to go into your folder, open each workbook, edit, save it, close the workbook, and then open the […]
11 years ago
Page navigation
Page 5 of 7
«
First
‹
Previous
Page
3
Page
4
Current Page
5
Page
6
Page
7
Next
›
Last
»