ProjectExplorer
Programmer
I am trying to sum a range of cells containing hours and minutes ("hh:mm")in VBA and place the answer in a variable. For example:
20:00
15:00
Result 35:00
I can do this on an excel worksheet using the format "[h]:mm" but it doesn't want to work when I use it in VBA. Any one know how I do it?
Thanks
20:00
15:00
Result 35:00
I can do this on an excel worksheet using the format "[h]:mm" but it doesn't want to work when I use it in VBA. Any one know how I do it?
Thanks