Here, you can,
Hide the current UserForm and display another one (Watch the Video).
Transfer data from a USERFORM to an Invoice template Sheet (Watch the Video).
Convert the result of a TextBox to the “Integer” format (e.g., 5) (Watch the Video).
Convert the result of a TextBox to the “Decimal Number” format (e.g., 1.20) (Watch the Video).
Convert the result of a TextBox to the “Currency” format (e.g., $4.50) (Watch the Video).
Convert the result of a TextBox to the “Date” format (e.g., 11.12.1998) (Watch the Video).
Convert the result of a TextBox to the “Number + Text” format (e.g., 12 Pounds) (Watch the Video).
Convert the result of a TextBox to the “Percentage” format (e.g., 10%) (Watch the Video).
Convert the TEXT from a Textbox to UPPERCASE format (e.g., HELLO) (Watch the Video).
Convert Each Word in a Textbox to “First Letter Uppercase” Format (e.g., Be My Girl) (Watch the Video).
Convert the result of a TextBox to “EMAIL” format (e.g., my@mail.com) (Watch the Video).
Change the background color of the TextBox (e.g., Red >= 100 > Blue) (Watch the Video).
Change the font color of the TextBox (e.g., Red >= 100 > Blue) (Watch the Video).
Modify the color of your UserForm using ColorDialog (Watch the Video).
Simply insert the requested value in the box, click the “Get Code” button, and voila, the code appears in the square at the bottom of the page…copy it and paste it into your UserForm…That’s it 🙂