I understand Time in VBA is a double. Whole number being days and fractions being hours/minutes/secs. Example 1.3 = 31 hours 12 minutes 00 seconds.
What I am trying to do is chart this as 31:12:00, but the best I've been able to do is send "31:12:00" to an Excel Chart which isn't chartable due to being a String type. I can chart the 1.3 but this isn't valuable to the average user. I can format the vertical axis to represent the time, but the hover over points show 1.3 instead of 31:12:00.
Any and all suggestions would be greatly appreciated.
Thanks in advance,
gulsbyd
What I am trying to do is chart this as 31:12:00, but the best I've been able to do is send "31:12:00" to an Excel Chart which isn't chartable due to being a String type. I can chart the 1.3 but this isn't valuable to the average user. I can format the vertical axis to represent the time, but the hover over points show 1.3 instead of 31:12:00.
Any and all suggestions would be greatly appreciated.
Thanks in advance,
gulsbyd