Merhaba Ahat bey,
1-
Private Sub UserForm_Initialize() 'nin hemen altına şunu ekleyin:
TextBox3.Value = FormatDateTime(VBA.Now, vbShortDate)
2-
Aşağıdaki kodu şu şekilde değiştirin:
Private Sub ComboBox1_Change()
On Local Error Resume Next
If ComboBox1.Text <> "" Then
Label18.Caption = ComboBox1.List(ComboBox1.ListIndex, 1)
Label19.Caption = "Gün tüketim süreniz var"
TextBox9.Value = DateAdd("d", CInt(Label18.Caption), DTPicker1.Value)
Else
Label18.Caption = ""
Label19.Caption = ""
End If
End Sub
3-
Ne sorunu var, örnek verebilir misiniz?
4-
Ne zaman görünmeli, nereden gelmeli?
5-
Ne zaman görünmeli, nereden gelmeli?