3 lines
76 B
Plaintext
3 lines
76 B
Plaintext
Function GetLeftPad(Value)
|
|
GetLeftPad = Right("0" & Value, 2)
|
|
End Function |