Converting date in VBA Excel
Solved/Closed
Related:
- Converting date in VBA Excel
- Excel vba find - Guide
- How to change date format in excel - Guide
- How to open vba in excel - Guide
- Convert number to words in excel - Guide
- Excel mod apk for pc - Download - Spreadsheets
3 responses
I dont know how to do that in VB code but you can use such a formula
=B1&"/"&C2&"/"&A2
and change the format of the cell to date
I hope it helps.
=B1&"/"&C2&"/"&A2
and change the format of the cell to date
I hope it helps.
TrowaD
Posts
2921
Registration date
Sunday 12 September 2010
Status
Contributor
Last seen
27 December 2022
555
28 Dec 2010 à 09:32
28 Dec 2010 à 09:32
Hi Roger,
Looking for something like this:
Trowa
Looking for something like this:
ActiveCell.Formula = "=DATE(A2,B2,C2)"Best regards,
Trowa