+ Reply to Thread
Results 1 to 4 of 4

Stop Updating of NOW function

  1. #1
    Registered User
    Join Date
    09-05-2016
    Location
    Pakistan
    MS-Off Ver
    2013
    Posts
    14

    Question Stop Updating of NOW function

    Hi Everyone,

    I have an issue regarding automatic updating of date and time
    In the file attached, When I Change "Status" to Finished, Date and time have to be appeared in "End Time" cell.
    But everytime a new update or entry is added to the sheet , the "End Time" cell automatically updates.
    Can you guys please help me out to avoid this update.

    Thank you
    Attached Files Attached Files

  2. #2
    Forum Contributor
    Join Date
    12-18-2016
    Location
    London
    MS-Off Ver
    Microsoft 2013
    Posts
    145

    Re: Stop Updating of NOW function

    Ctrl plus the shift key plus the ; (semi-colon) (hit all 3 keys at the same
    time) will return the current time in the cell and it will not be updated.

    or

    1. Office button

    2. Excel Options

    3. Formulas

    4. Iteration

    5. Change the default iteration to 1, so it recalculates one time before it stops.


    Please check the article for more informations and will help you:
    http://chandoo.org/wp/2009/01/08/tim...-formula-help/

  3. #3
    Registered User
    Join Date
    09-05-2016
    Location
    Pakistan
    MS-Off Ver
    2013
    Posts
    14

    Re: Stop Updating of NOW function

    Can anybody provide me with the VBA code please ??

    Thank you

  4. #4
    Forum Expert avk's Avatar
    Join Date
    07-12-2007
    Location
    India
    MS-Off Ver
    Microsoft Office 2013
    Posts
    3,223

    Re: Stop Updating of NOW function

    That is the function of now(), to give the current time.
    Simple VBA code & run
    PHP Code: 
    Sub Button1_Click()
        
    Application.ActiveCell.Value Now()
    End Sub 


    atul


    If my answer (or that of other members) has helped you, please say "Thanks" by clicking the Add Reputation button at the foot of one of their posts.

    Also: if your problem is solved, please take the time to mark your thread as SOLVED by going to the top of your first post, selecting "Thread Tools" and then "Mark thread as solved".

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Stop updating links
    By Guestie in forum Excel General
    Replies: 0
    Last Post: 06-03-2016, 07:25 PM
  2. [SOLVED] Stop Today Date Function From Updating When Coping Text
    By stoicy in forum Excel Programming / VBA / Macros
    Replies: 14
    Last Post: 03-24-2016, 05:25 PM
  3. Stop today function from updating daily
    By ExcelGuroo in forum Excel Programming / VBA / Macros
    Replies: 1
    Last Post: 12-18-2015, 01:44 PM
  4. STOP the NOW function from updating previous cells
    By tkbrown in forum Excel Programming / VBA / Macros
    Replies: 3
    Last Post: 01-10-2014, 11:01 AM
  5. Stop Updating
    By nappy1001 in forum Excel Formulas & Functions
    Replies: 7
    Last Post: 09-16-2013, 03:27 PM
  6. Stop now function auto updating when new row added
    By mountainfarm in forum Excel Programming / VBA / Macros
    Replies: 9
    Last Post: 11-01-2008, 04:38 AM
  7. Stop my worksheet updating!!
    By quiggydavid in forum Excel General
    Replies: 2
    Last Post: 11-15-2006, 08:46 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1