View Single Post
  #1   Report Post  
arceaf arceaf is offline
Junior Member
 
Posts: 8
Default VBA Combobox "Enter"

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!