I'm trying to figure out, in VBA how to do a VB "PadLeft" command. For example, if I have an input of 8750, I want my output to be 0000008750 (which in VB is Variable.PadLeft(10, chrZero)) Having a heck of a time trying to figure out how to do the same thing in VBA.
Thanks in advance.
Thanks in advance.