Greetings, just wondering if something is possible. I have used VBA to send emails containing the contents of worksheet cells, but I have never sent an email from a userform before. Has anyone ever tried to send an email from a userform where the email would contain the values from some of the userform textboxes?
The application would be that I am using userforms to document equipment condition, that part is all completed. Currently after the data goes in to the WB I then go back and create emails for all of the items that need to be repaired. The information that I am sending out in the emails is the same as what is being recorded on the userform. I got to thinking that wouldn't it be cool if when the data was sent to the WS it also did the email at the same time. I know that I could back door it and get the data from the WS, but the cells on the WS where the data goes to is dynamic. The data in the textboxes are static so to me it would be easier to code that for the email sub....
I have been searching the forums for something like this and haven't found anything yet. Does anyone out there think that this is possible?
Thanks
The application would be that I am using userforms to document equipment condition, that part is all completed. Currently after the data goes in to the WB I then go back and create emails for all of the items that need to be repaired. The information that I am sending out in the emails is the same as what is being recorded on the userform. I got to thinking that wouldn't it be cool if when the data was sent to the WS it also did the email at the same time. I know that I could back door it and get the data from the WS, but the cells on the WS where the data goes to is dynamic. The data in the textboxes are static so to me it would be easier to code that for the email sub....
I have been searching the forums for something like this and haven't found anything yet. Does anyone out there think that this is possible?
Thanks