Bonjour, j'ai enregistré des macros pour dupliquer un tableau et faire un ajout de ligne.
par contre je souhaiterai exécuter ces tâches Xfois sur la même feuille.
Sub Macro2()
' Macro2 Macro
Columns("A:H").Select
Application.CutCopyMode = False
Selection.Copy
Columns("J:J").Select
ActiveSheet.Paste
End Sub
Sub Macro3()
' Macro3 Macro
Rows("51:51").Select
Selection.Copy
Rows("52:52").Select
ActiveSheet.Paste
End Sub
quelqu'un aurait un code qui m'aiderai à réaliser ma tâche ??
si dessous mon fichier
par contre je souhaiterai exécuter ces tâches Xfois sur la même feuille.
Sub Macro2()
' Macro2 Macro
Columns("A:H").Select
Application.CutCopyMode = False
Selection.Copy
Columns("J:J").Select
ActiveSheet.Paste
End Sub
Sub Macro3()
' Macro3 Macro
Rows("51:51").Select
Selection.Copy
Rows("52:52").Select
ActiveSheet.Paste
End Sub
quelqu'un aurait un code qui m'aiderai à réaliser ma tâche ??
si dessous mon fichier