Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Send Email(s) by selecting users from user form

good day,

i have created a user form which has 11 individuals, and three groups -
using the checkbox for selections (name1, name2, name3, etc...) - the name is
displayed, not the email.

is it possible to create an email list based on the checkboxes to send an
email to the selected individuals?

i want to call the userform from within the Sub
Mail_ActiveSheet_PDF_Outlook() macro if a condition on the worksheet is met -
i can do this part;

i know that the response needs to be set at the begining of the macro as a
string so i know i need to add "Dim selection As String" to the other Dim
variables

i need to kick start the process on how to capture the selection(s) from the
userform to the variable to mail out. i want to store the email addresses
within the userform and those are used based on user selection.

i also have one more question, later in the macro where the email is
actually created i have the following:
With OutMail
.to = "
.CC = strto

i want the selection varialbe to be with the .cc strto varialbe that is
already there - basically two variables for the cc line. is it as simple as
..cc = strto; selection??

thank you,

jat

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 88
Default Send Email(s) by selecting users from user form

i should have said, there is an ok button, and with the ok button is pressed
that is when the emails are captured.

thank you,

jat


"jatman" wrote:

good day,

i have created a user form which has 11 individuals, and three groups -
using the checkbox for selections (name1, name2, name3, etc...) - the name is
displayed, not the email.

is it possible to create an email list based on the checkboxes to send an
email to the selected individuals?

i want to call the userform from within the Sub
Mail_ActiveSheet_PDF_Outlook() macro if a condition on the worksheet is met -
i can do this part;

i know that the response needs to be set at the begining of the macro as a
string so i know i need to add "Dim selection As String" to the other Dim
variables

i need to kick start the process on how to capture the selection(s) from the
userform to the variable to mail out. i want to store the email addresses
within the userform and those are used based on user selection.

i also have one more question, later in the macro where the email is
actually created i have the following:
With OutMail
.to = "
.CC = strto

i want the selection varialbe to be with the .cc strto varialbe that is
already there - basically two variables for the cc line. is it as simple as
.cc = strto; selection??

thank you,

jat

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Macro to send email to person in workbook list of users [email protected][_2_] Excel Programming 3 May 19th 07 11:48 AM
User form and send mail wizard5353 Excel Programming 1 September 27th 05 03:31 PM
Form to send by Email Cloudburst99 Excel Discussion (Misc queries) 0 April 21st 05 03:00 PM
Using VBA to send email based on form response muziq2[_11_] Excel Programming 4 June 7th 04 02:26 PM
cmd button, send form via email andy[_5_] Excel Programming 1 March 6th 04 07:26 AM


All times are GMT +1. The time now is 05:52 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"