Anyone knows why I am getting a Runtime error 438 "Object does not support this property or method" in this line of code?
txtbody is a string.
Thanks
mafhobb
Code:
txtbody = " Dear " & lblCustName.Caption & ", we have accepted the return of your item. The transaction number is " & lblTrans.Caption & " and RMA number is " & lblRMA & ". Our address is (Revell Address here). We will let you know when we receive it." & vbnewline & "Thank you."
txtbody is a string.
Thanks
mafhobb