About 350,000 results
Open links in new tab
  1. Remove hours and minutes from dates in one step - Stack Overflow

    This was tagged with [excel-vba] so I'll offer a full column time stripping solution. The Range.TextToColumns method makes quick work of stripping off the date portion of a …

  2. Format Date With VBA (Remove TimeStamp) - MrExcel

    Sep 8, 2022 · Remove Spaces from Column E Remove Timestamp from Column E All should be a UK date but I've noticed when playing with Macros it sometimes convert to US I need to …

  3. VBA - Modify Cell Date to remove Time Value - MrExcel

    Apr 14, 2011 · Ideally, when the data is imported I would like my VBA to remove the time stamp completely, leaving the date just as dd/mm/yy. Does anyone know how to accomplish this?

  4. Removing time from date for an entire data stored in an array

    Removing time from date for an entire data stored in an array IMO this question rather asks how to change values directly in an array containing dates including time indications.

  5. excel - Remove AM/PM from "time" cell - Stack Overflow

    Convert the time to a general value, and custom formatting to remove AM/PM. Solution: 1. Change the cell format to "general", the time will become a number. For example 0:06:40 …

  6. Remove seconds in the date-time number in Excel

    May 22, 2015 · Remove seconds in the date-time number in Excel Asked 10 years, 6 months ago Modified 3 years, 5 months ago Viewed 54k times

  7. How remove date formatting but keep same numerals in order …

    Feb 22, 2017 · So, when I remove the formatting (which I think I would do by selecting the cell and then going to Edit->Clear-Formats), the date/number then changes into 45256. 2. Some of the …

  8. Strip/remove time from date using VBA - MrExcel

    Oct 6, 2020 · I have been using int (cell) to convert dates with time to untimed dates, but this is messy in that I need to fill two additional columns with data. First to do the conversion, than …

  9. Remove time from date stamp | MrExcel Message Board

    Dec 31, 2007 · I have a table of transactions and each record has a date and time stamp.I don’t care about the time portion.Must I create a calculated column in order to get a field of …

  10. Removing time element of Long Date Format - Stack Overflow

    Mar 17, 2017 · You can use the DATEVALUE to convert the dates from text to an excel date if they are not already in an excel date format. Once the date is in a number format (eg …