Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Gareth Evans
 
Posts: n/a
Default =NOW() Time Function. I want this to be live!

Is it possible for the Time Function to be live, rather than the time that
the forumla was edited.

Gareth


  #2   Report Post  
Manish Bajpai
 
Posts: n/a
Default

The NOW function changes only when the worksheet is calculated or when a
macro that contains the function is run. It is not updated continuously.

Manish Bajpai

"Gareth Evans" wrote:

Is it possible for the Time Function to be live, rather than the time that
the forumla was edited.

Gareth



  #3   Report Post  
Peo Sjoblom
 
Posts: n/a
Default

It is "live", you need to re-calculate the sheet for it to update (F9 or alt
+ F9)

--
Regards,

Peo Sjoblom

(No private emails please)


"Gareth Evans" wrote in message
...
Is it possible for the Time Function to be live, rather than the time that
the forumla was edited.

Gareth


  #4   Report Post  
Ragdyer
 
Posts: n/a
Default

Peo,
What's <Alt <F9 ?

<Alt
*Then*
<F9
Toggles the <F9 off from triggering calculation when in manual mode!
--
Regards,

RD

---------------------------------------------------------------------------
Please keep all correspondence within the NewsGroup, so all may benefit !
---------------------------------------------------------------------------
"Peo Sjoblom" wrote in message
...
It is "live", you need to re-calculate the sheet for it to update (F9 or

alt
+ F9)

--
Regards,

Peo Sjoblom

(No private emails please)


"Gareth Evans" wrote in message
...
Is it possible for the Time Function to be live, rather than the time

that
the forumla was edited.

Gareth



  #5   Report Post  
Harlan Grove
 
Posts: n/a
Default

Gareth Evans wrote...
Is it possible for the Time Function to be live, rather than the time that
the forumla was edited.


It is live to the extent it'll recalculate upon any recalculation in
addition to reentry. If you mean you want a cell to keep ticking away,
showing the current time when there's no user intervention whatsoever,
it can be done, but in spreadsheets IT'S A **VERY** BAD IDEA. Why?
Because it requires running a macro that repeatedly calls itself using
the Application.OnTime method, and that makes not only Excel but the
whole system SLOW.

Since users can choose to display a clock in their task bar, why do you
believe you need to provide a redundant clock in your workbook?



  #6   Report Post  
Gareth Evans
 
Posts: n/a
Default

"Harlan Grove" wrote in message
ups.com...
Gareth Evans wrote...
Is it possible for the Time Function to be live, rather than the time that
the forumla was edited.


It is live to the extent it'll recalculate upon any recalculation in
addition to reentry. If you mean you want a cell to keep ticking away,
showing the current time when there's no user intervention whatsoever,
it can be done, but in spreadsheets IT'S A **VERY** BAD IDEA. Why?
Because it requires running a macro that repeatedly calls itself using
the Application.OnTime method, and that makes not only Excel but the
whole system SLOW.

Since users can choose to display a clock in their task bar, why do you
believe you need to provide a redundant clock in your workbook?


I wanted to create a program that showed the minutes and seconds left to a
deadline. Though for this job it would probably be better to create a small
program, rather than use a spreadsheet.

It was out of curiousity really.

Thanks for your reply.

Gareth


  #7   Report Post  
Bob Phillips
 
Posts: n/a
Default

If you want it it can be done with a Windows Timer, not tying up the app as
Harlan says.

Still want it, it's a lot of code?

--

HTH

RP
(remove nothere from the email address if mailing direct)


"Gareth Evans" wrote in message
...
"Harlan Grove" wrote in message
ups.com...
Gareth Evans wrote...
Is it possible for the Time Function to be live, rather than the time

that
the forumla was edited.


It is live to the extent it'll recalculate upon any recalculation in
addition to reentry. If you mean you want a cell to keep ticking away,
showing the current time when there's no user intervention whatsoever,
it can be done, but in spreadsheets IT'S A **VERY** BAD IDEA. Why?
Because it requires running a macro that repeatedly calls itself using
the Application.OnTime method, and that makes not only Excel but the
whole system SLOW.

Since users can choose to display a clock in their task bar, why do you
believe you need to provide a redundant clock in your workbook?


I wanted to create a program that showed the minutes and seconds left to a
deadline. Though for this job it would probably be better to create a

small
program, rather than use a spreadsheet.

It was out of curiousity really.

Thanks for your reply.

Gareth




Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Time Sheets smiller3128 New Users to Excel 1 August 4th 05 08:17 PM
Time Function Donovan Excel Discussion (Misc queries) 2 June 3rd 05 06:41 PM
Time Sheet Calculation Help Needed! sax30 Excel Worksheet Functions 2 April 26th 05 08:08 PM
clock Wildman Excel Worksheet Functions 2 April 26th 05 10:31 AM
What function do I use to convert "time" to minutes? petek Excel Worksheet Functions 1 February 23rd 05 04:15 PM


All times are GMT +1. The time now is 04:08 PM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"