I made a code to return a string from the first day of the month acts:
Dia = "1/" & CStr(Month(Now)) & "/" & CStr(Year(Now))
Then I put it in a cell
Cells(rowx,colx).value = Dia
The pasted value change position the day with the month, for some reason ... Is there any other way to get this number, it returns "2/1/2016"?