Bonjour
je declare un tableau
après plusieurs manipulations de mon tableauCode:Dim tri() as variant
le redim preserve me construit un tableau tri(1 to 16; 1 to 308)
lorsque que je veux le poser sur la feuille avec l'instructionj'ai un retour d'erreur : incompatibilité de typeCode:
1
2
3 With Sheets(5) .Range("a2").Resize(UBound(tri, 1), UBound(tri, 2)).Value = Application.WorksheetFunction.Transpose(tri) End With
:calim2: