Salad Fingers
New Member
- Joined
- Dec 8, 2021
- Messages
- 11
- Office Version
- 2016
- Platform
- Windows
I have a workbook with several sheets. Only in one of them I have a VBA code::
Private Sub Worksheet_SelectionChange (ByVal Target As Range)
Application.Calculate
End Sub
The VBA code doesn't allow me to copy/paste from one cell to another in this particular sheet.
Could you help me with a solution to have the ability to copy/paste without removing the VBA?
If you need more information, I would gladly provide it.
Thanks
Private Sub Worksheet_SelectionChange (ByVal Target As Range)
Application.Calculate
End Sub
The VBA code doesn't allow me to copy/paste from one cell to another in this particular sheet.
Could you help me with a solution to have the ability to copy/paste without removing the VBA?
If you need more information, I would gladly provide it.
Thanks