Hi guys
Can anyone please help me to figure our this error.
Thanks
Can anyone please help me to figure our this error.
Code:
Private Sub cboOdoc1_Change()
[COLOR=red]Call funct(cbodoc1, cboOdoc1, Label44)[/COLOR]
End Sub
Code:
Private Function funct(a As ComboBox, b As ComboBox, c As Label)
If a.Value = "Birth Certificate" And b.Value = "Original" And Cbodept.Value = "LSB" Then
c.Caption = "Returned"
end if
End function
Thanks
Last edited: