8
0
2024-11-21 17:24:16 +01:00

3 lines
76 B
Plaintext

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