Hi,

I'm trying to program VBA to hit the "Enter" key in a Combo Box, but I don't remember the proper code. Here is what I have:

    
Application.Shapes("ComboBox1") = True
Can anyone help me out?

Thanks!