I had to use 2 sets of parens. Imagin that, DOH!
Like the following..
function ReturnTimeStamp(myPath,myExtension)
Dim myMonth,myDay,myYear,myDate
myMonth=right("0" & month(now),2)
myDay=right("0" & day(now),2)
myYear=right("0" & year(now),2)...