I need help.
I need a VBA code to automatically insert cut paste a row from a range of unprotected rows to the range of protected rows once the user decides to do so.
I have two sheets called “Customer Stock” and “Collected Stock”.
I need “Customer Stock” sheet to be unprotected and “Collected” sheet to be protected.
Once the a Customer collects the goods, the user can move the collected row from the unprotected “Customer Stock” sheet to just above the first row of the protected “Collected” sheet.
so that the moved row now should be protected.
The password should be a27826 and the user won’t know the password. Only the administrator will be having it.
I need a VBA code to automatically insert cut paste a row from a range of unprotected rows to the range of protected rows once the user decides to do so.
I have two sheets called “Customer Stock” and “Collected Stock”.
I need “Customer Stock” sheet to be unprotected and “Collected” sheet to be protected.
Once the a Customer collects the goods, the user can move the collected row from the unprotected “Customer Stock” sheet to just above the first row of the protected “Collected” sheet.
so that the moved row now should be protected.
The password should be a27826 and the user won’t know the password. Only the administrator will be having it.