Skip to main content
Learn
Excel Macro: Search on Google
If you want to use VBA to open Google Chrome and search keywords on Google, the following Macro do this. Search on […]
Learn
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.
Learn
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.
Learn
Excel Macro: Rename a File or Folder
You can rename and move a specified file or folder using the built-in Name statement in VBA. Download this Excel macro now!
Learn
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!
Docs
Dir function
Returns a String representing the name of a file, directory, or folder that matches a specified pattern or file attribute, or the […]