A
astrodog
is there a built in format ...or one i can input that will convert
'normal' time format into decimal time?
example: end user will enter 2:36:20 (two hours, 36 minutes, 20
seconds) into a cell -
it needs to be converted to 2.6 (2.6 hrs) when they leave it.
I have written some vba code (triggered by Worksheet_Change event)
that does this..but after learning more about how the xls file is used
I do not want to have to modify the code to deal with the new 'scope'.
Thanks.
'normal' time format into decimal time?
example: end user will enter 2:36:20 (two hours, 36 minutes, 20
seconds) into a cell -
it needs to be converted to 2.6 (2.6 hrs) when they leave it.
I have written some vba code (triggered by Worksheet_Change event)
that does this..but after learning more about how the xls file is used
I do not want to have to modify the code to deal with the new 'scope'.
Thanks.