Formatting decimal to show in a cell comment with VBA

B

Bobby

Can anyone help? This is my current code:

Range("F11").Comment.Text Text:=" " & Range("F12")

The F12 cell is define as a number with 2 decimal(i.e.: 4.60)

If the number that is assign is 4.60 as an example, the result looking
at the comment cell F11 is 4.6 the zero is always missing.

Thank's ahead!
 
Top