Hi! So I got my whole Music Library in a Folder (+5000 Songs) and I wanted to rearrange the tags of the mp3 files and the file name.
So I got to this code to Read the properties of every mp3 file in a folder:
"
Sub Read_MP3_Files()
Dim FolderPath As Variant
Dim Item As Object
Dim oFile As...