I am getting different results with different users when using opening csv files in excel from vba command.
User 1. All date fields are open with dd/mm/yyyy format. The same when opening the file manually.
User 2. All date fields are open with dd/mm/yyyy format when opened manually but
when opened in vba using: Workbooks.Open filename:="xxx.csv"
some dates are in text format with US style dates but a few are in UK style and recognised as dates in the correct dd/mm/yyyy format.
Anyone know how this can vary between users?
User 1. All date fields are open with dd/mm/yyyy format. The same when opening the file manually.
User 2. All date fields are open with dd/mm/yyyy format when opened manually but
when opened in vba using: Workbooks.Open filename:="xxx.csv"
some dates are in text format with US style dates but a few are in UK style and recognised as dates in the correct dd/mm/yyyy format.
Anyone know how this can vary between users?