Also, something like..

VB Code:
  1. Text1.Text = Format(0.01, "Percent")

You can just swap out 0.01 with a double variable, and it will format it by multiplying by 100, and adding the percent sign to the right of the number.