Código:
Muchas gracias Private Sub OptionButton1_Click() Application.ScreenUpdating = False posicion = ActiveCell.Address If OptionButton1.Value = True Then Range ("A1:A3" "A5-A7).Select Selection.Copy Range("B1:B3""B5:B7").Select ActiveSheet.Paste Application.CutCopyMode = False Range(posicion).Select End If Application.ScreenUpdating = True End Sub