Ahí esta la macro completa
aclaro que cuando dice call tesmacopy y call tdmcopy son macro dentro del libro principal
Cuando me refiere a su esta abierto tesma por ejemplo es otro libro diferente al principal es decir yo al ejecutar ersta macro tengo que tener todos libros abiertos pero si alguno no este abierte que pase por alto esa instrucción por ejemplo call tesmacopy
Sub PUTRUELECOPY()
'
' PUTRUELECOPY Macro
'
'
Windows("Putruele 1.xlsm").Activate
Range("J1:N6").Select
Selection.Copy
Windows("Planilla General.xlsm").Activate
Sheets("Putruele").Select
ActiveWindow.SmallScroll Down:=-21
Range("C3").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Windows("Putruele 1.xlsm").Activate
ActiveWindow.Close
Windows("Putruele 2.xlsm").Activate
Range("J1:N6").Select
Selection.Copy
Windows("Planilla General.xlsm").Activate
Range("C11").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Windows("Putruele 2.xlsm").Activate
ActiveWindow.Close
Windows("Putruele 3.xlsm").Activate
Range("J1:N6").Select
Selection.Copy
Windows("Planilla General.xlsm").Activate
Range("C19").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Windows("Putruele 3.xlsm").Activate
ActiveWindow.Close
ActiveWindow.SmallScroll Down:=15
Windows("Putruele 4.xlsm").Activate
Range("J1:N6").Select
Selection.Copy
Windows("Planilla General.xlsm").Activate
Range("C27").Select
Selection.PasteSpecial Paste:=xlPasteValues, Operation:=xlNone, SkipBlanks _
:=False, Transpose:=False
Windows("Putruele 4.xlsm").Activate
ActiveWindow.Close
Sheets("Agregados y carga de menu").Select
Range("D19").Select
ActiveWorkbook.Save
Call TESMACOPY
Call TDMCOPY
MsgBox "PEDIDOS COPIADOS CORRECTAMENTE"