8
0
2024-11-08 15:39:19 +01:00

3 lines
76 B
Plaintext

Function GetLeftPad(Value)
GetLeftPad = Right("0" & Value, 2)
End Function