Amigos,
Existe a possibilidade de preencher uma combobox por código?
Tentei desta forma mais só exibi um texto.
Private Sub Cbotipo_GotFocus()
Me.Cbotipo.Value = "texto1"
Me.Cbotipo.Value = "texto2"
Me.Cbotipo.Value = "texto3"
Me.Cbotipo.Value = "texto4"
Me.Cbotipo.Value = "texto5"
End Select
Existe a possibilidade de preencher uma combobox por código?
Tentei desta forma mais só exibi um texto.
Private Sub Cbotipo_GotFocus()
Me.Cbotipo.Value = "texto1"
Me.Cbotipo.Value = "texto2"
Me.Cbotipo.Value = "texto3"
Me.Cbotipo.Value = "texto4"
Me.Cbotipo.Value = "texto5"
End Select