How can I display the textbox value in "%" format?

[vba]
.TextBox1.Value = c.Offset(0, 28).Value
[/vba]