Make part of a shape/text with no fill

For minutes in VBA is better to use nn instead of mm, mm is for months, and nn is for minutes. So that's why I used Format((time - Now()), "mm:ss") and I got a 12 instead of minutes, because that was the month. When I put this code Format((time - Now()), "nn:ss") I got the minutes and the macro worked well.