T
Taurus
Hello,
I have this report formatted cells by unchecked Locked under protection
tab.
After this complete, i had the sheet protected with password and only
allow user to change or edit the unlocked cells.
'Protect worksheet
ActiveSheet.Protect Password:="32523*1323*1533*196",
DrawingObjects:=True, Contents:=True, Scenarios:=True
ActiveSheet.EnableSelection = xlUnlockedCells
Issue for this is - It will locked the cells when user copy and paste
from a spreadsheet to the column that is editable. User could not
change the data on the unlocked cell.
Another thing is - It will not locked it if user physically open the
excel file and copy and paste to the cells. User is able to edit the
cells.
Could any one help me out to resolve this issue or any code I should
put to resolve this?
I have this report formatted cells by unchecked Locked under protection
tab.
After this complete, i had the sheet protected with password and only
allow user to change or edit the unlocked cells.
'Protect worksheet
ActiveSheet.Protect Password:="32523*1323*1533*196",
DrawingObjects:=True, Contents:=True, Scenarios:=True
ActiveSheet.EnableSelection = xlUnlockedCells
Issue for this is - It will locked the cells when user copy and paste
from a spreadsheet to the column that is editable. User could not
change the data on the unlocked cell.
Another thing is - It will not locked it if user physically open the
excel file and copy and paste to the cells. User is able to edit the
cells.
Could any one help me out to resolve this issue or any code I should
put to resolve this?