I have a userform with three 2 textboxes, textbox 1 = subject, textbox 2 = body of email and a command button to send the email. I want users to be able to send an email to my email (myemail@email.com) (for reporting problems with workbook).
If I have to I don't have to use a userform. I can create another worksheet to have the info put in ranges and do it that way... If thats the way I have to do it range c2 = subject, c5 = body of email. If email address is need in a range I would put it in c1.
If I have to I don't have to use a userform. I can create another worksheet to have the info put in ranges and do it that way... If thats the way I have to do it range c2 = subject, c5 = body of email. If email address is need in a range I would put it in c1.