Hi, I'm trying to find VBA to add the prefix "EN-" (without the quotes) to every filename in a folder, as well as for all files in every subfolder. These will be mostly .md files, but they could be Word docs, PDFs, text files, or other kinds. Regardless of the file type, the same prefix is used.
For example, if the folder "C:\Users\raymo\Documents\Evernote" contains the filename is "Rev 15.md" then the new filename will be "EN-Rev 15.md"
I saw some related posts, though I was struggling to find something that looped through subfolders as well. Thanks for your help.
Bookmarks