'Files and folders' category
I will in this article demonstrate a macro that automatically opens all workbooks in a folder and subfolders, one by […]
The image above demonstrates a user-defined function in cell range B6:D7 that allows you to search a folder and subfolders […]
The following two macros FindReplace() and Recursive() let you rename files and folders recursively based on a search string. The […]
The VBA macro demonstrated in this article lets you unzip all zip files in a folder to a destination folder […]
This is a follow up to my last post Compare file names in two different folder locations and their subfolders, the obvious […]
Today I would like to share a macro that compares the content in two different folders and their subfolders. It […]
This article demonstrates macros that allow you to search for a text string(s) in multiple worksheets and workbooks located in […]
This article demonstrates a VBA macro that saves user input to a given workbook and worksheet programmatically. Macros are great […]
Today I'll show you how to search all Excel workbooks with file extensions xls, xlsx and xlsm in a given folder for a […]
This article explains how to check if Excel files in a given folder are password protected. The image above shows […]
In this blog article, I will demonstrate basic file copying techniques using VBA (Visual Basic for Applications). I will also […]
Table of Contents List files in a folder and create hyperlinks (VBA) How to navigate quickly in a complex workbook […]
This tutorial shows you how to list excel files in a specific folder and create adjacent checkboxes, using VBA. The […]
This article demonstrates a user defined function that lists files in a ggiven folder and subfolders. A user defined function is […]