prompt help message prompt where user can input e-mail text

CV899000

Board Regular
Joined
Feb 11, 2016
Messages
98
Hi,

I have a document that several users are going to use.

I have a sheet called "Information" that I uses as a form of homepage.
I have a commandbutton called "Help" in this sheet.

Is it possible to prompt a message box that functions as seen on some homepages where the user is asked to input:
Reason:
"User writes text into this box"
Description:
"User enters text into this box"

and then have a button that says "Send e-mail" which then sends an e-mail to my e-mail address from the user stating the "Reason" as the Subject in outlook and the "Description" as the actual e-mail text?

and a button called "Cancel" or something similar if the user hit the help button by mistake?
 

Excel Facts

Test for Multiple Conditions in IF?
Use AND(test, test, test, test) or OR(test, test, test, ...) as the logical_test argument of IF.
Hi, you could create a small userform with the two text boxes and command buttons, and use some code to generate and send the email.

This link might help to get you started with the userform:



This link might help you get started with the email:

Mail a small message
 
Last edited:
Upvote 0

Forum statistics

Threads
1,215,724
Messages
6,126,493
Members
449,316
Latest member
sravya

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top