Trevor G
Registered User.
- Local time
- Today, 12:40
- Joined
- Oct 1, 2009
- Messages
- 2,363
Could anyone advise me of a site on how to program an Outlook Design Form in 2007. I am selecting to Design Form.
I am aiming to use Combo Box and want to Fill it with Data. In Excel VBA I could design a userform and then refer to the Combo Box behind the form such as:
I am aiming to use Combo Box and want to Fill it with Data. In Excel VBA I could design a userform and then refer to the Combo Box behind the form such as:
With cboNames
.Additem "Me"
.Additem "You"
.Additem "Someone Else"
End With