Hi
suppose I have 40 Text boxes OR 40 Dtpickers and Command Control Button
I need to check all 40 text boxes if any one is equal to other or not
Thanks
suppose I have 40 Text boxes OR 40 Dtpickers and Command Control Button
I need to check all 40 text boxes if any one is equal to other or not
Code:
Private Sub Command1_Click()
' Here I need the code to check all 40 text boxes , then this msg will appear
MsgBox (" Duplicate Text Boxes ")
Else
MsgBox (" OK , No Duplicate ")
End If
End Sub
Thanks