Formatting for just decimal

R

r. howell

Is there any way to get a number to display just the decimal portion? That
is, I do not want 0.03 but .03? Thanks
 
W

Wayne Morgan

I tried this from the Immediate window, does it help?

?Format(0.22, ".##")
..22
 
Top