Hi Everybody.
I'm trying to fill a column with numbers (TEXT format to support 000 as text) and other column with numbers (currency format) from a userform, I've attached the sample to get help from you, I don't know where I'm wrong but not work, the function is, when userform pop the first textbox will be selected and the user will introduce a number, minimun 2 digits and maximun 3 digits, numbers must be text format because I need to see as example the number 003, or 023 with 3 digits in the sheet.
When first number is in the textbox must to be writed this value to range C:C looking for the next free cell down, when enter key the second textbox will be selected and able to write in numbers in currency format with a maximun of 10$ determined by a variable, then the user introduce a value in numbers minimun 0,10$ and maximun of 10$ and when enter this value will be sended to the column D:D in the same row and the first textbox will be erased and ready to write other number, and so. the cycle continues writing numbers and amounts till close the userform.
Thanks for your help in advance
Bookmarks