Skip to main content
Excel Macro: Prevent the Workbook Closing If a Cell is Empty
If you want to to make sure the user has entered all the required fields before saving and closing Excel. This is where this macro comes in.
Excel Macro: Print All Workbooks in a Folder
Opening and printing each workbook in a folder is typically a time consuming manual process. This little macro takes care of that annoyance.
Excel Macro: Auto Save a Workbook Before Closing
This macro ensures that Excel automatically saves before closing the workbook. Get this VBA code now!
Excel Macro: Creating a New Workbook
This Excel macro copies a range of cells from the active sheet and pastes the data into a new workbook. Get this VBA code now!
Excel Macro: Determine If a Excel Workbook is Already Open
This Excel custom function can be used to determine if a excel workbook is already open or not. Get this VBA code now!
Excel Macro: Determine If a File Exists in a Directory
This Excel macro can determine if a file exists in a specific directory. Get this VBA code now!
Excel Macro: Open All Workbooks in a Folder
Opening each workbook in a folder or directory is typically a time consuming manual process. This Excel macro takes care of that annoyance.
Excel Macro: Open a Workbook to a Specific Sheet
Sometimes you need to open your workbook be started on a specific worksheet. This simple macro can help you. Get this VBA code now!
Excel Macro: Opening a Specific Workbook Chosen by the User
This macro opens a friendly dialog box, allowing you to browse for and open the Excel Workbook of your choosing. Get this VBA code now!
Excel Macro: Unprotect a Worksheet on Workbook Open
Sometimes you need to unprotect the worksheets in a workbook before continuing your work, this macro maybe help you. Get this VBA code now!