selamlar
sorum şu text1 de bu günün tarihi var
text2 ye ise text1 den farklı bir tarih girilirse msgbox çalıştırıbilirmi
saygılar
Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
If TextBox1.Text = Date < ("TextBox2.Text = Date") Then
MsgBox "farklı bir tarih girilmiş"
Exit Sub
End If
End Sub
sorum şu text1 de bu günün tarihi var
text2 ye ise text1 den farklı bir tarih girilirse msgbox çalıştırıbilirmi
saygılar
Private Sub TextBox1_Exit(ByVal Cancel As MSForms.ReturnBoolean)
If TextBox1.Text = Date < ("TextBox2.Text = Date") Then
MsgBox "farklı bir tarih girilmiş"
Exit Sub
End If
End Sub
