Tanner_2004
Well-known Member
- Joined
- Jun 1, 2010
- Messages
- 616
This seems easy enough, but can't get it right.
Sheet 1 has a column of 4 cells, B4 through B7. I want to immedialty alert the user that s/he has entered a value greater than 1 in any of the 4 cells at the time s/he is enters the value. I don't wan't the user to wait until all 4 values have been entered, but to inform him or her immediately after entering a value greater than 1 in any of the cells. I would like the alert to be in the form of a msgbox.
I understand that this can be achieved using datal validation, but I have other plans for this code.
Thank you,
Tony
Sheet 1 has a column of 4 cells, B4 through B7. I want to immedialty alert the user that s/he has entered a value greater than 1 in any of the 4 cells at the time s/he is enters the value. I don't wan't the user to wait until all 4 values have been entered, but to inform him or her immediately after entering a value greater than 1 in any of the cells. I would like the alert to be in the form of a msgbox.
I understand that this can be achieved using datal validation, but I have other plans for this code.
Thank you,
Tony