Hi,
I have a macro which pastes a table of data from a 3rd party application. The first row of the table is date format (dd/mm/yyyy).
When I run the code the data is pasted however the date format is changed to American (mm/dd/yyyy). Is there a way to retain the UK date format when running the paste macro?
Simply this is my code:
Range("Paste_Cell").PasteSpecial xlPasteAll
Would appreciate any help with this. I've seen some answers regarding changing the region settings in control panel. I can confirm, my region settings are set to Engilsh(United Kingdom).
I have a macro which pastes a table of data from a 3rd party application. The first row of the table is date format (dd/mm/yyyy).
When I run the code the data is pasted however the date format is changed to American (mm/dd/yyyy). Is there a way to retain the UK date format when running the paste macro?
Simply this is my code:
Range("Paste_Cell").PasteSpecial xlPasteAll
Would appreciate any help with this. I've seen some answers regarding changing the region settings in control panel. I can confirm, my region settings are set to Engilsh(United Kingdom).