I have a macro in my worksheet that highlights any cell where a change has been made. Below is the macro:
End Sub![]()
Please Login or Register to view this content.
.....When I protect the worksheet and lock certain cells from being touched, the macro stops working and an error pops up, asking if I wish to debug. There are certain ranges in the worksheet that can be touched but even when I make a change within those ranges, the error pops up for debugging.
When I continue to debug it, the following portion of the macro is highlighted: Target.Interior.Color = 13434879
Can you please advise how to run this macro in a protected worksheet?
Also, if I only wanted to apply it to a certain range of the worksheet, how would this be done?
Thank you in advance for the advice and help!
Best,
Nathaly Renderos
Bookmarks