I have dates of ISO 8601 type in VBA like:
2021-01-19T08:28:31+09:00
how can I convert to normal date type in VBA.
I found solution for other program languages but I couldn't find them for VBA.
I also found solution for convertion on excel sheet. But I would like to know how to get it done in macro in Excel.