Results 1 to 6 of 6

Thread: How to code 1.5 percent

Hybrid View

  1. #1
    Addicted Member
    Join Date
    Jun 2006
    Posts
    172

    Re: How to code 1.5 percent

    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.

  2. #2

    Thread Starter
    Junior Member
    Join Date
    Jun 2006
    Posts
    16

    Re: How to code 1.5 percent

    Well the percent won't be entered in a text box it will be a constant...
    Text1.Text = Format(0.01, "Percent")

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width