Private kopie As String
Private a As Integer
Private Sub Worksheet_SelectionChange(ByVal Target As Excel.Range)
If a = 0 Then
kopie = ActiveCell
a = 1
Exit Sub
End If
If a = 1 Then
ActiveCell = kopie
a = 0
Exit Sub
End If
End Sub
ale ještě si to bude chtít vložit nějaké upozornění zda kopíruješ nebo vkládášcitovat