Open Wildcard File in Internet Explorer from Folders and Close IE VBA

Sunday, November 21, 2021

Video: Code:

Read More

Count Folders and Rename Folders VBA Excel

Thursday, April 8, 2021

The code and workbook below counts the number of folders in a folder. It then renames the folders in that folder incrementally based on the values in cells…

Read More

Copy Folders and Subfolders Excel VBA

Friday, March 26, 2021

Xcopy allows you to copy all folders and subfolders from a source folder to a target folder on your PC. The documentation for this code can be found…

Read More

VBA File Name Loop with Extension and Folder FileDialogFolderPicker

Thursday, February 25, 2021

In this article, I show you how to pull all the file names from a particular folder into an excel workbook. It pulls the file names and the…

Read More