Issue found: date language is in russian. Yet next question is - how can I convert the date string on go depending on dateformat of specific user?
probably simple question. Smashing my head against the wall.
I have date in txt file and its being read as 01-Sep-21. Any action in VBA to work with it as date result in type mismatch - Datevalue, CDate, CLng - nothing is working. Where am I missing the issue?
test on raw input looks like this, it's not my code related issue (type mismatch on CDate):

upd: 01.09.2021 - works 01-09-2021 - works 09 replaced with Sep/September - doesnt work

DateProperas Date, you do not need to callCDateon it... just setDateProper = strDate