Hello all,
I hope someone can help me with these two questions I have.
The first one is: i found this macro on the mr Excel site to make a submit to email button, and it worked like a charm
here it is : Sub SendIt()
Application.Dialogs(xlDialogSendMail).Show arg1:="whatever@gmail.com", _
arg2:="e-mail subject"
End Sub
However, I would like the subject of the e-mail to be the content of the first cell the person fills in. Their name. It's on the first worksheet. Is this possible, and how do i code this?
The second question has to do with hrefs. I'd like to add hrefs to the cell with a question. but only have the href show after the adjacent field is filled in with an answer. they are yes and no questions. Is this possible, and how do i code this.
Thank you in advance for any help you can give with either of these questions.
I hope someone can help me with these two questions I have.
The first one is: i found this macro on the mr Excel site to make a submit to email button, and it worked like a charm
here it is : Sub SendIt()
Application.Dialogs(xlDialogSendMail).Show arg1:="whatever@gmail.com", _
arg2:="e-mail subject"
End Sub
However, I would like the subject of the e-mail to be the content of the first cell the person fills in. Their name. It's on the first worksheet. Is this possible, and how do i code this?
The second question has to do with hrefs. I'd like to add hrefs to the cell with a question. but only have the href show after the adjacent field is filled in with an answer. they are yes and no questions. Is this possible, and how do i code this.
Thank you in advance for any help you can give with either of these questions.