How do i return the year only in a cell from a monthview calendar in a userform.
Currently using the current code, where icnt refers to the last row in the sheet plus 1 and the values are yielded from a userform
"
With Sheets("Register")
.Cells(iCNT, 1) = Calendar.Value...