Eljefegeneo
Still trying to learn
- Local time
- Today, 04:21
- Joined
- Jan 10, 2011
- Messages
- 902
Gasman: I had the same problem as you in that it failed on the line:
But will work if you use:
I think it has something to do with the references, but now I am way over my head.
Code:
.To = Me.EmailTo
Code:
.To = Cstr(Me.EmailTo)