VBA – Quick Renamer of files in folders with VBA

Hi there, if you ever need a quick renamer of files in forlders – that is the VBA code you may use:

What it does? It enters the directory “C:\users\chinese” and renames any file there adding “_Chinese” to its name.

We had files like this “4.mp3; 723.mp3” and we get something as “4_Chinese.mp4”, “723_Chinese.mp3”. This is useful, if you only have VBA and you need to code it!

So far so good! 🙂

Tagged with: , ,