JackDanIce
Well-known Member
- Joined
- Feb 3, 2010
- Messages
- 9,922
- Office Version
- 365
- Platform
- Windows
Hi,
I have a dynamic area under B14:H14, which I only want to add rows to via macro input and not limit via cell protection.
Is there a way to use Worksheet_Change to detect if a user enters a value in a defined area and prevent cell value edit?
Tried to search for answer, but must typing wrong. Results include recurrsive change event loops and surpressing change events, but yet to find solution for using worksheet_change to to detect and prevent cell edit.
Any suggestions? TIA,
Jack
I have a dynamic area under B14:H14, which I only want to add rows to via macro input and not limit via cell protection.
Is there a way to use Worksheet_Change to detect if a user enters a value in a defined area and prevent cell value edit?
Tried to search for answer, but must typing wrong. Results include recurrsive change event loops and surpressing change events, but yet to find solution for using worksheet_change to to detect and prevent cell edit.
Any suggestions? TIA,
Jack