Código:
porque solo me funciona asi:Sheets("SalGrpLibro").Cells(1, 5).value = Sheets("Formato Permanentes").Cells(2, 2).value
Código:
se imaginaran mi desesperación alguien podria ayudarme...gracias Sheets("SalGrpLibro").Select
Cells(1, 5).Select
Selection.Copy
Sheets("Formato Permanentes").Select
Cells(2, 2).Select
selection.pastespecial

