chroniclesofdave
New Member
- Joined
- Aug 8, 2016
- Messages
- 48
I am wanting to have a outlook email address to be set based on the value of Combobox2. What i have doesn't seem to function, and i am sure it is simple but i am a little stuck. any suggestions would be great. What i have so far is:
Code:
Dim name As String
If ComboBox2.Value = "Bill" Then Set carrier = "Bill@gmail.com"
ElseIf ComboBox2.Value = "George" Then Set carrier = "George@icloud.com"
End If
Last edited by a moderator: