N
nanor
Guest
Salut le forum, bonne journée à tous!
J'ai un ptit souci dans mon code vba, lorsque je mets le "y" dans le TextBox.Value, j'ai une erreur "incompatibilité de type".
Private Sub UserForm_Initialize()
Dim x As Integer
x = Format(Now, "mm")
y = x - 1
' This gives a name to textBox1 with the full path
TextBox1.Value = Worksheets("data").Cells(11, 1).Value + y + Format(Now, " yyyy") + ".xls"
End Sub
Est-ce que vous voyez mon erreur?
Merci d'avance
nanor
J'ai un ptit souci dans mon code vba, lorsque je mets le "y" dans le TextBox.Value, j'ai une erreur "incompatibilité de type".
Private Sub UserForm_Initialize()
Dim x As Integer
x = Format(Now, "mm")
y = x - 1
' This gives a name to textBox1 with the full path
TextBox1.Value = Worksheets("data").Cells(11, 1).Value + y + Format(Now, " yyyy") + ".xls"
End Sub
Est-ce que vous voyez mon erreur?
Merci d'avance
nanor