I am trying to copy values from Sheet1 to Sheet2. Sheet2 is Password protected. I have added a Macro(for Auto color update based on cell values) to the Sheet2 whenever it activates.
Since Sheet2 is Protected, the Macro code will have to first Unprotect, do the changes and then Protect the Sheet.
Meanwhile, in the process, the copied data is getting lost and I am unable to copy and paste data from Sheet1 to Sheet2.
Can anyone please help me resolve this issue?