albatross32
New Member
- Joined
- Feb 17, 2010
- Messages
- 32
I am a VBA novice but want to use;
Private Sub Worksheet_Change(ByVal Target As Range)
In Range S3:S232 all cells are empty.
Formulas within the Worksheet will lead to "1" being entered into one cell at a time in the Range S3:S232.
When that happens I want a two second time delay and then a "1" to be entered in column V of the same row. The existing formulas will not allow another S cell to change until the V cell has changed.
I need the function to remain open so that all the time the Worksheet is activated everytime one of the S cells change the V cell of the same row changes after a two second time delay.
Private Sub Worksheet_Change(ByVal Target As Range)
In Range S3:S232 all cells are empty.
Formulas within the Worksheet will lead to "1" being entered into one cell at a time in the Range S3:S232.
When that happens I want a two second time delay and then a "1" to be entered in column V of the same row. The existing formulas will not allow another S cell to change until the V cell has changed.
I need the function to remain open so that all the time the Worksheet is activated everytime one of the S cells change the V cell of the same row changes after a two second time delay.