Hi all,
Havethe following which works fine as a formula in the workbook:
Range("AD2") = "=DATEVALUE(TRIM(MID(AE2,FIND(" ",AE2),3))&" "&LEFT(AE2,FIND(" ",AE2)-1)&" "&TRIM(MID(AE2,FIND(" ",AE2,FIND(" ",AE2)+1),5)))"
However, if I try and use it in VBA I am getting a syntax error (expected End...