|
I am feeding data into another program, and it demands that you type numbers in these strange formats
so if 70 was fed into the other program, it wouldn't work, it would have to be 070 (it's a really really old database program) for it to accept the input
i just need code that will take strings in VBA and format them like this
sometimes i need it to add zeros to make the string a certain length, other times i need to add 2 decimal places, other times i need the date in 6 digit format
|