rsutton1981
New Member
- Joined
- Mar 9, 2016
- Messages
- 47
- Office Version
- 365
- Platform
- Windows
Hi,
Part of a software that the company uses exports dates in USA text format. How do I convert this to a UK text date.
Ie 1st August 2017 is 42743 in USA but 42948 in the UK.
I have hundreds of dates across multiple sheets (dates are always in G18:10000 and H18:10000) so I need some VBA code to process.
I have an additional problem with this query. Sometimes there is not a date in column G (a quirk with the accounting software). in this case need the o in text being replaced with the same date in Column H.
Any help will be appreciated
Part of a software that the company uses exports dates in USA text format. How do I convert this to a UK text date.
Ie 1st August 2017 is 42743 in USA but 42948 in the UK.
I have hundreds of dates across multiple sheets (dates are always in G18:10000 and H18:10000) so I need some VBA code to process.
I have an additional problem with this query. Sometimes there is not a date in column G (a quirk with the accounting software). in this case need the o in text being replaced with the same date in Column H.
Any help will be appreciated