M
Maurice
I'm working on a timesheet to show extra and lost times over a twenty
four hour day. The calculations all seem to work, my problem is the
human factor who can miss type hours/minutes.
I have two issues
1. even though i have formatted the cells, data can be placed from
pasting that includes the date portion i.e 01/01/1900 03:00:00 i need
to clean this data live to produce 03:00:00 (this is necessary due to
conditional formating). I am happy to work in VBA to clean this, just
dont know how.
2. Is there a way of setting up (like access) an input mask for times,
so that whether the user types 0300, 03;00, 03,00, 03.00 or 03:00 as
expected i can trap and convert to the value i need into the 03:00
format. I would prefer to do this transparently rather than flag it as
an error
four hour day. The calculations all seem to work, my problem is the
human factor who can miss type hours/minutes.
I have two issues
1. even though i have formatted the cells, data can be placed from
pasting that includes the date portion i.e 01/01/1900 03:00:00 i need
to clean this data live to produce 03:00:00 (this is necessary due to
conditional formating). I am happy to work in VBA to clean this, just
dont know how.
2. Is there a way of setting up (like access) an input mask for times,
so that whether the user types 0300, 03;00, 03,00, 03.00 or 03:00 as
expected i can trap and convert to the value i need into the 03:00
format. I would prefer to do this transparently rather than flag it as
an error