H
Howard
Does anybody know how to get around the format of 10-digit
number?
Dim J As String
J=Format(CLng(123456789), "000000000000000") 'working
J=Format(CLng(1234567890), "000000000000000")'err
verflow
number?
Dim J As String
J=Format(CLng(123456789), "000000000000000") 'working
J=Format(CLng(1234567890), "000000000000000")'err
