I have a textbox on a form. The value of this textbox gets transfered to a cell on a worksheet, and the value is expressed as a percentage. For example, when I type, '90' in the textbox, the value should be expressed as 90% on the cell. However, it's displaying 9000%. Here's what I tried...