S
SkippyPB
I have several Excel 2003 worksheets that are set up for users to
input data into. I use data validation to ensure what is entered is
proper and I use a VBA Worksheet_Change (ByVal) to edit those things
that data validation can't.
What I don't have is a way to make the user enter data in the row,
columns that must have data in them. Currently they can press the
arrow keys or enter key to bypass a cell and everyone (but me) is
happy.
I thought of using an OnKey event, but can't seem to work that out. I
don't see an Event that would get activated if a cell is skipped.
Can anyone offer any suggestions?
Note: I am not using userforms and I don't think I have the time to
convert to those if that is a suggestion.
Thanks.
////
(o o)
-oOO--(_)--OOo-
"My luck is so bad that if I bought a cemetery,
people would stop dying."
-- Rodney Dangerfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove nospam to email me.
Steve
input data into. I use data validation to ensure what is entered is
proper and I use a VBA Worksheet_Change (ByVal) to edit those things
that data validation can't.
What I don't have is a way to make the user enter data in the row,
columns that must have data in them. Currently they can press the
arrow keys or enter key to bypass a cell and everyone (but me) is
happy.
I thought of using an OnKey event, but can't seem to work that out. I
don't see an Event that would get activated if a cell is skipped.
Can anyone offer any suggestions?
Note: I am not using userforms and I don't think I have the time to
convert to those if that is a suggestion.
Thanks.
////
(o o)
-oOO--(_)--OOo-
"My luck is so bad that if I bought a cemetery,
people would stop dying."
-- Rodney Dangerfield
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Remove nospam to email me.
Steve