About 1,400,000 results
Open links in new tab
  1. Excel Shortcuts - Time & Date - Excel Tips - MrExcel Publishing

    Aug 1, 2017 · How to enter the current time or date into a cell. This method is a shortcut key and is often superior to using NOW() or TODAY().

  2. Solved: get current datetime - Dynamics 365 Community

    Nov 3, 2022 · What the best line of code for getting the current date time for user preferred time zone?

  3. Set a field to Today () - a Changing date based on the current date

    Jan 23, 2015 · I’m looking create a field on a form that updates continually based on the current time. I want this because I could then create rules and workflows off due dates, reminder …

  4. Set Date as today using business roles - Dynamics 365 Community

    Jan 10, 2015 · You can accomplish this using the workflows rather than the 'Business Rule' option: - Create a workflow and set which field changes it triggers on - I don't think it needs to …

  5. Formula for Now () that doesn't update dynmically - MrExcel

    Nov 12, 2019 · The NOW () function will always return the current date/time. You can use VBA to add a static date/time stamp. You can use Event Procedure VBA code to automatically update …

  6. Insert Current Date & Time in a Single Cell - MrExcel

    Oct 1, 2010 · I need a macro/vba code which will insert current date and time inside a single cell as the following format: dd/mm/yyyy hh:mm AM/PM (i.e. 01/10/2010 05:34:00 PM) How to do …

  7. How to insert UTC Time into a cell | MrExcel Message Board

    Nov 26, 2009 · I need a cell with UTC Time so as I can reference to other cells with different time zones. I know how to figure the different time zone time from UTC. So do I need VBA to do …

  8. How to keep NOW () and TODAY () From updating. - MrExcel

    Mar 17, 2016 · So, I need to keep the NOW() and TODAY() from changing every time I change a cell or open the spreadsheet. I need the columns C, (TODAY()), F and G (NOW()) to stop …

  9. Display Current Time and Date on Userform - MrExcel

    Jul 9, 2004 · I saw this on the message board and wondered how I could use this to help me display the current Date and Time on my userform. Thanks for your help. Yo...

  10. How to freeze date if I use now () function - MrExcel

    Oct 24, 2024 · A cell contain either a formula or a hard-coded value, but never the both at the same time. If you use the NOW () function, it will ALWAYS return the current date and time …