I seem to be posting alot here lol..
why does the return address no show on my page?
Its not turning the R and A to capitals 'returnaddress' , so it obviously doesn't recognize it?.. Although it is in the syntax..
Cheers
Chris
why does the return address no show on my page?
Code:
If society = "" Then rtnAddress = False
Else
rtnAddress = society & " - Stake " & stake
End If
'objDoc.Envelope.Insert(,strAddress,,,rtnaddress,,, "C5")
With objDoc.Envelope
.Insert Address:=strAddress, returnaddress:=rtnAddress
End With
Its not turning the R and A to capitals 'returnaddress' , so it obviously doesn't recognize it?.. Although it is in the syntax..
Cheers
Chris