Thread
:
Changing a part of vba code
View Single Post
09-11-2014, 10:34 PM
excelledsoftware
Windows 7 64bit
Office 2003
IT Specialist
Join Date: Jan 2012
Location: Utah
Posts: 455
You need to change this instance
Code:
If UCase(Right(filename, 3)) = "MP3" Then
to
Code:
If UCase(Right(filename, 3)) = "MKV" Then
Remember to keep it uppercase
excelledsoftware
View Public Profile
Find all posts by excelledsoftware