NeelsBorstlap
New Member
- Joined
- Jul 23, 2010
- Messages
- 25
Hi
I get an excel file from 3rd party with the dates in a column like this:
I want to use VBA code that will convert the data in the columns with the dates info in it to look like this correct date format:
and another file from someone else with date in a column like this:
I want to use VBA code that will convert the data in the columns with the dates info in it to look like this correct date format:
I am not good with code and most of the time only record the macro but can net get this to work.
Hope someone can help me.
I get an excel file from 3rd party with the dates in a column like this:
Total Variable Insurance | First Instalment Date | Final Payment Due Date | Last Receipt Date |
0.00 | 15/02/2021 | 15/02/2021 | 15/02/2021 |
0.00 | 12/02/2021 | 12/02/2021 | 15/02/2021 |
0.00 | 19/02/2021 | 19/04/2021 | 23/04/2021 |
0.00 | 19/02/2021 | 19/02/2021 | 19/02/2021 |
15-Jan-21 |
12-Jan-21 |
19-Jan-21 |
19-Jan-21 |
and another file from someone else with date in a column like this:
Inst. | Cycle | Inst. Dt | Track. | Amount |
1 | Monthly | 2021/12/10 Fri | 7 Day | 3,167.55 |
1 | Monthly | 2021/12/11 Sat | 7 Day | 8,470.93 |
2 | Monthly | 2021/12/12 Sun | 7 Day | 3,370.61 |
I want to use VBA code that will convert the data in the columns with the dates info in it to look like this correct date format:
10-Jan-21 |
11-Jan-21 |
12-Jan-21 |
I am not good with code and most of the time only record the macro but can net get this to work.
Hope someone can help me.