Hello All,
I want to send the entry from a userform to an email box. I have everything set up correctly. But the code is only sending the "entries" and not the labels, etc.
See below:[
CODE]Dim olapp As Outlook.Application
Set olapp = CreateObject("outlook.application")
Dim olmail As...