Friends,

TextBox1.Value = Range("N41").Value
TextBox1.Text = Format$(Value, "####0.000")
I don't understand what the problem is... Without the second line, my text box has a value but with a million decimal places. Butwith the second line, the textbox is just blank...

Any suggestions?

Many Thanks,

-Mike