Ok, I'm getting an "Object Required error" on this code, I'm probably just leaving something out!VB Code:
Dim strMins as string, strSecs as string, strLength as string strMins = CMp3info.Duration \ 60 strSecs = CMp3info.Duration Mod 60 Format(strLength, "0#:0#") = strMins & ":" & strSecs
any help appreciated.





Reply With Quote