Question Outlook Design Forms 2007

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:

With cboNames
.Additem "Me"
.Additem "You"
.Additem "Someone Else"
End With
 
OK I figured it out that I can use the property and set the value like this

Me;You;Other etc

Still could do with a userful site as when adding a Outlook Calendar Control it sets the Date 30/12/1899.
 

Users who are viewing this thread

Back
Top Bottom