dd/mm/yyyy

  1. S

    Force Date Format for a User Form

    Hi folks, I have inherited an evaluation form and have a couple of improvements I want to do to it. There are 2 date fields on the form, Session Date and DOB. There is no formatting control on this so I want to force the date entered to be formatted correctly and throw a message box up if...
  2. A

    Format row 5 to date dd/mm/yyyy

    HI Guys, I have found the following code on this site which formats a column to a date, please can anyone help me change it to format row 5 Sub FixDates() Columns("A").TextToColumns Range("A1", Cells(Rows.Count, "A").End(xlUp)).NumberFormat = "dd/mm/yyyy" End Sub Thanks
  3. B

    Date Formats

    Hi, We have a spreadsheet that is being used by users in USA where standard date format is "mm/dd/yyyy" and also in Australia where it is "dd/mm/yyyy". When we first open the spreadsheet before any macros are run the cell with the date in it is "Custom" format "dd/mm/yyyy". The code below...
  4. N

    Find Most Recent Date corresponding to Unique ID from Multiple Workbooks

    I have three workbooks one we will call, ‘Clients’ and the other two ‘Visits’ pertaining to visits to clients for the second half of 2017 and the first half of 2018. Each visit also has a corresponding job number. Within the Clients workbook I wish to: • populate Column O in Clients...
  5. J

    Convert date dd.mmm.yyyy to dd/mm/yyyy

    Hi, I currently have dates in Cell D1 as text as 02.Apr.2017 I need to convert them to DD/MM/YYYY. Is this possible please?
  6. T

    Converting Dates

    Hello Ladies and Gentlemen, I have a column of dates, that I want in UK date format (DD/MM/YYYY) Occasionally, the data I receive the dates are muddled up, some are in DD/M/YYYY and some are in MM/DD/YYYY The ones with a star are incorrect, and come in 'General' format...
  7. M

    Convert DD/MM/YYYY to MMM/DD

    MS Excel 2007. Column B contains dates in DD/MM/YYYY format. I need to convert the dates into MMM DD format. Year not required. Request formula. Example: 13-02-1952 to show Feb 13.
  8. P

    Scroll down to today's date

    Hi, I'm using the following script from another thread to try to have my worksheet (sheet1) scroll down to the row containing today's date on opening. Private Sub Workbook_Open() Worksheets(“Sheet1”).Select x = Format(Date, "dd/mm/yyyy") On Error Resume Next...
  9. S

    Macro to Store Date as Text

    Hi, I need to store the Excel DATE in selected RANGE as TEXT format. (dd/mm/yyyy). It means the date is displayed in dd/mm/yyyy format. But it is stored as text. Thanks in advance. - B.Srinivasa Rao
  10. H

    Macro to convert dates to dd/mm/yyyy

    I have imported data that appears as yyyy/dmm/dd for eg 2017/10/31 in Col L on sheet Sales Data I would like a macro to convert these to format dd/mm/yyyy for eg 31/10/2017 Your assistance is most appreciated
  11. N

    Date format remains when paste values?

    Hi there, I have a VLOOKUP formula that pulls through a date (dd/mm/yyyy) but the format converts the appearance to dd.mm.yyyy. I notice that when i copy and paste values, the dd.mm.yyyy value is present, but it remains as dd/mm/yyyy in the formula bar! How do i keep this as dd.mm.yyyy? I...
  12. V

    Excel 2016 + Power Query + Oracle + Parameters/Variables

    Hi everybody, first of all, sorry for my english! I have this scenario: Office 2016, connecting to a Oracle Database 11g, and running this query: WITH tbl AS (SELECT c.codchamado AS chamado, c.strtitulo AS titulo, t.strtipo AS...
  13. A

    Convert raw input from yyyy/mm/dd to dd/mm/yyyy, not just format

    Hi, I really struggle with manipulating date formats and date input fields sometimes. I've got dates entered as yyyy/mm/dd on a few hundred rows. It's easy to change the format to dd/mm/yyyy but the problem is that the raw input is still yyyy/mm/dd. So it appears excel is getting confused by...
  14. M

    Find and Replace Macro

    Hi all I have a column that will have a date in multiple cells and every day the date will change. The format of the date is dd/mm/yyyy and I'm trying to create a macro that will select all of the cells and replace the date with 'dd/mm/yyyy (whatever the date is). Does anybody know the best...
  15. H

    Finding Maxium Date in Col E on sheet Dta

    I have tried to use the following formula to find the maximum date in format mmm-yyyy that is in Col E on sheert 'Data" I use formatting in Col E as dd/mm/yyyy Book1CD1Jan-1900SummaryCell FormulasCellFormulaC1=TEXT(MAX(Data!E:E),"mmm-yyyy")...
  16. C

    VBA to add 30 days from input date

    Hello Im trying to add 30 days into the put date but it could not work. anyone to advice me? below is the syntax Private Sub Worksheet_Change(ByVal Target As Range) Dim lastrow As Long lastrow = Cells(Rows.Count, "b").End(xlUp).Row For i = 20 To lastrow If Range("b" & i).Value <> "" Then...
  17. T

    Date / Time import issue

    Hope somebody can help ? Am importing a very large Excel database to Power BI, which includes several date / time fields (dd/mm/yyyy hh:mm format) When I import to Power BI, the time element is set to 00:00 for every entry (though the dd/mm/yyyy is as expected) ! I've checked my Formatting in...
  18. G

    user form initialising with US date not UK

    I have the following code which is bring up todays date, but is shows 11/03/2017 for today instead of 03/11/2017. My code so far is shown below but i still cannot get it to display in UK format. Can anyone tell me where i am going wrong Many thanks Private Sub UserForm_Initialize() 'default...
  19. S

    VBA date doesn't match with date in workbook

    Hi all, The format of the dates that I'm using are different although I both formatted them in the same way. I copied them to a cell in my workbook and the date that is visible in the cell and the date that is visible in the inputbox above the workbook stay different. It's like super...
  20. M

    Forcing the format of multiple text boxes

    Hi All, I have a multipage userform which has multiple text boxes (7) for Date which get entered into seven different worksheets. The problem I am having is that despite my computer's regional formatting and the format of the cells, the userform is writing them in mm/dd/yyyy instead of the...

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top