ok figured it out. whew ! :)
No how can i format the date which is a string to a date format more or less like convert string to date
dim D as integer , M as string, Y as integer
MirDate = 19OCT14
D = Left(MirDate, 2)
M = trim(Mid(Mirdate, 3,3))
Y = left(MirDate, 2)
MDFormated =...