DOSYA İndirmek/Yüklemek için ÜCRETLİ ALTIN ÜYELİK Gereklidir!
Altın Üyelik Hakkında Bilgi
Private Sub CommandButton44_Click()
Dim x, i, aranan, bulunan
For x = 2 To Sheets("TATİL").Cells(Rows.Count, 3).End(xlUp).Row
aranan = Format(Sheets("TATİL").Cells(x, 3).Value, "dd.mm.yyyy")
For i = 1 To 42
bulunan = Format(Format(Me.Controls("CommandButton" & i).Caption, "00") & "." & Format(ComboBox2.ListIndex + 1, "00") & "." & ComboBox1.Text, "dd.mm.yyyy")
If aranan = bulunan Then
Me.Controls("CommandButton" & i).BackColor = &HFF00&
End If
Next
Next
End Sub
Private Sub CommandButton1_Click()
Dim x, i, aranan, bulunan
For x = 2 To Sheets("TATİL").Cells(Rows.Count, 3).End(xlUp).Row
aranan = Format(Sheets("TATİL").Cells(x, 3).Value, "dd.mm.yyyy")
For i = 1 To 42
bulunan = Format(Format(Me.Controls("d" & i).Caption, "00") & "." & Format(cmbMonth.ListIndex + 1, "00") & "." & cmbYear.Text, "dd.mm.yyyy")
If aranan = bulunan Then
Me.Controls("d" & i).BackColor = &HFF00&
Exit For
End If
Next
Next
End Sub
Hocam bu kodları nereye uygulayacağım.kod:
form takvim için
Kod:Private Sub CommandButton44_Click() Dim x, i, aranan, bulunan For x = 2 To Sheets("TATİL").Cells(Rows.Count, 3).End(xlUp).Row aranan = Format(Sheets("TATİL").Cells(x, 3).Value, "dd.mm.yyyy") For i = 1 To 42 bulunan = Format(Format(Me.Controls("CommandButton" & i).Caption, "00") & "." & Format(ComboBox2.ListIndex + 1, "00") & "." & ComboBox1.Text, "dd.mm.yyyy") If aranan = bulunan Then Me.Controls("CommandButton" & i).BackColor = &HFF00& End If Next Next End Sub
takvim form için
Kod:Private Sub CommandButton1_Click() Dim x, i, aranan, bulunan For x = 2 To Sheets("TATİL").Cells(Rows.Count, 3).End(xlUp).Row aranan = Format(Sheets("TATİL").Cells(x, 3).Value, "dd.mm.yyyy") For i = 1 To 42 bulunan = Format(Format(Me.Controls("d" & i).Caption, "00") & "." & Format(cmbMonth.ListIndex + 1, "00") & "." & cmbYear.Text, "dd.mm.yyyy") If aranan = bulunan Then Me.Controls("d" & i).BackColor = &HFF00& Exit For End If Next Next End Sub
Hocam hayırlı sabahlar dosya açılırken hata veriyor.Dosyanız ekte