Open multiple files at once

In this article, we will create a macro to open multiple files with a file dialog box. We have created the macro “opening_multiple_file” to open ...

Check for duplicates in column

In this article, we have created a macro to highlight duplicate values. Raw data consists of different car names. We want to highlight duplicate entr...

Delimiting the text in a cell to column vertically

In this article, we will create a macro to delimit text in a cell to column vertically. We can delimit the text in the cell based on the delimiter. De...

Hide columns using a button

If you need to hide certain columns using a button, you can use this code.  It will even change the command button text to Hide Columns and then agai...

Inserting the path where the Workbook is saved to the title bar or the status bar using VBA in Microsoft Excel

The top line of the window is the Title bar. Use the available empty space to add metadata related to workbook. To add metadata, we will add ...

Reset filter before saving a worksheet using VBA in Microsoft Excel

Question: Reset all filter criteria in all worksheets when saving a workbook. Answer: Insert the following code in This Workbook module. Priva...

Creating, and using a Visual Basic Excel Combo/ Edit box

Tip sumitted by: Ben Sullins, Phoenix, AZ Using a visual basic combo/edit box is a somewhat advanced concept that, as you will find, can be very ...

Terms and Conditions of use

The applications/code on this site are distributed as is and without warranties or liability. In no event shall the owner of the copyrights, or the authors of the applications/code be liable for any loss of profit, any problems or any damage resulting from the use or evaluation of the applications/code.