how can I, using Code, force a combo box control to drop down the list? in VBA it's simple:

combo1.dropdown

How can I do the same in VB?