Finally got it working !!
Added in references for CDO libraries and ActiveX library(although not sure if thats needed) nicked some code from MS site.
Public Function SendEMail_CDO(strFrom, strTo, strCC, strSubject, strBody)
Dim mail
Dim config
Dim fields
Set mail =...