Can someone tell me how to code a textbox to count the number of letters or characters that a user inputs into that textbox? Then I need to calculate the letters, if letters >= to 100 then charge $4.20, and .02 for each letter over 100.
I have a label to enter the number of characters and a label that displays the cost.I don't know how to do the Dim part or the count.