![]() |
#1
|
|||
|
|||
![]()
I have already created several macros that create an email Template. I am tryingto incorporate these into one UserForm that will allow me to select which email I want to send. However, when I test the macro, nothing is created? Am I missing some additional coding?
Private Sub CommandButton1_Click() If OptionButton1 Then Call QueueTrackingEmail 'Module 2 ElseIf OptionButton2 Then Call DailyReportsEmail 'Module 3 ElseIf OptionButton3 Then Call CaptureListingEmail 'Module 4 ElseIf OptionButton4 Then Call EmmasEmail 'Module 5 ElseIf OptionButton5 Then Call MondayAgingEmail 'Module 6 ElseIf OptionButton6 Then Call Email672100 'Module 7 ElseIf OptionButton7 Then Call Email672200 'Module 8 End If End Sub Thank you in advance for any advice on this matter. |
Tags |
radio button, templates, userform |
|
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
![]() |
kennyD | Word | 4 | 04-07-2015 01:32 PM |
![]() |
BillMaintenance | Excel Programming | 19 | 03-11-2015 03:19 PM |
Create UserForm ComboBox or ContentControl | ptmuldoon | Word VBA | 11 | 01-17-2015 05:58 PM |
How to get Outlook 2007 userform into template? | Royzer | Outlook | 0 | 04-13-2012 10:41 AM |
Can't create new email or access email acounts Outlook 2003 | onthebeaches | Outlook | 1 | 02-20-2012 10:21 PM |