Ceci mon script simplifié:
Sub SomeOtherSub(Stattyp As String)
'Daty and the other variables are defined here
CatSubProduktAreakum(Stattyp, Daty + UBound(SubCategories) + 2)
End Sub
Sub CatSubProduktAreakum(Stattyp As String, starty As Integer)
'some stuff
End Sub
L'appel de CatSubProduktAreakum est marqué en rouge comme une "erreur de syntaxe". Je ne comprends pas l'erreur. Il s'agit d'un simple appel de sous-routine avec deux arguments. Pourquoi VBA n'accepte pas l'appel ?