Hi
Please help with the syntax of a vba line to get the Text to show the content of the combo box .
many thx
Please help with the syntax of a vba line to get the Text to show the content of the combo box .
Code:
Private Sub Style2_MouseMove(Button As Integer, Shift As Integer, X As Single, Y As Single)
Me.ControlTipText = Me.Value
End Sub
many thx