View Single Post
 
Old 09-11-2014, 10:34 PM
excelledsoftware excelledsoftware is offline Windows 7 64bit Office 2003
IT Specialist
 
Join Date: Jan 2012
Location: Utah
Posts: 455
excelledsoftware will become famous soon enough
Default

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
Reply With Quote