Home |
Search |
Today's Posts |
#6
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
On Tue, 13 Sep 2005 14:39:57 -0700, "GSpline"
wrote: This was exactly what I was trying to figure out, Ron. I was able to do this same thing via another method but it is a bit longer than this one. In testing your example, I kept getting errors and was finally able to get it working by changing Debug.Print _ Application.WorksheetFunction.Text _ (NumSecs / 86400, "[h]""Hrs"":m""Min"":ss""Sec""") to read as Debug.Print _ Application.WorksheetFunction.Text _ (NumSecs / 86400, "[h]""Hrs"":m""Min"":ss")&"Sec" Is there a reason why I could not included the "Sec" within the parenthesis like the Hrs & Min were? Thanks again, Ron, this really helped and it seems to be a bit more accurate than the way I was doing it. Rich I don't know why you get the error. I copied your first example above and pasted into a module. It works correctly without errors. Perhaps in your module it is not exactly as you have it in your post? When I get errors in this sort of thing, it's usually because I've got the wrong number of quote marks someplace. In any event, I'm glad this approach is working for you. --ron |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I record (.468) time in Excel without it rounding to .5? | Excel Discussion (Misc queries) | |||
Excel Time Sheet - Rounding To Quarter Hours | Excel Worksheet Functions | |||
Error handling with a handling routine | Excel Programming | |||
Rounding time in excel (2003) | Excel Discussion (Misc queries) | |||
Rounding questions: (Formula and Code) ? | Excel Programming |