I need help in making code to extract the year and week number from the date. I needed to segregate orders by week, not on individual days. I need to get format yy, WW. In excel function I can write something like this:
=CONCATENATE(RIGHT(YEAR(P13);2);",";TEXT(WEEKNUM(P13);"00"))
but I can't write it in VBA code.

data - (after formating)
03.02.2020 - (20,06)
27.12.2019 - (19,52)
27.12.2019 - (19,52)