Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Afternoon all,
Is it possible to create custom function that updates the time every minute? I have the following code that will update the time: Sub UpdateTime() Application.OnTime Now + TimeValue("00:01:00"), "TimeUp" End Sub Sub TimeUp() [a1] = Time End Sub But i have no idea how to wrap this (if it is even possible!) into a custom function... Thank you. Richard |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Time and Minute formulas | Excel Programming | |||
HELP! time on a 45 minute Agenda | Excel Discussion (Misc queries) | |||
How do I get time elapsed in terms of minute? | Excel Discussion (Misc queries) | |||
Using time formats in minute units | Excel Discussion (Misc queries) | |||
convert time from 60 minute hour to 100 minute hour | Excel Discussion (Misc queries) |