Hi, I am trying to work on macro for a leave application module but that error pop out. I hope you could help me. Thanks in advance. Here is my code:
Private Sub ComboBox1_Change()
Sheet3.Activate
Dim mytext As Long
mytext = Me.ComboBox1.List(Me.ComboBox1.ListIndex)
TextBox1.Text =...