Merhaba arkadaşlar;
Hücrelerin içinde tarihler, açıklama kutusunda da değerler var.Benim sorunum, hücre içerisindeki tarihlere göre açıklama kutusundaki değerlerin nasıl toplanacağı.
Private Sub UserForm_initialize()
On Error Resume Next
For a = 2 To 6
For x = 1 To 7
If Cells(a, x).Range <= Date Then deg = deg + Cells(a, x).Comment.Visible.Value
Next x
Next a
UserForm1.Label4 = deg
end sub
Sevgi ve saygıyla
Hücrelerin içinde tarihler, açıklama kutusunda da değerler var.Benim sorunum, hücre içerisindeki tarihlere göre açıklama kutusundaki değerlerin nasıl toplanacağı.
Private Sub UserForm_initialize()
On Error Resume Next
For a = 2 To 6
For x = 1 To 7
If Cells(a, x).Range <= Date Then deg = deg + Cells(a, x).Comment.Visible.Value
Next x
Next a
UserForm1.Label4 = deg
end sub
Sevgi ve saygıyla