In a userform, I have a textbox with multiline enabled . I want the user to enter numbers in the textbox with each number being in a new line and then click a commandbutton. The commandbutton should store the text into an array, sort in ascending order, remove duplicates and blanks and non numbers and then return the data to the excel sheet starting at range I3.In a userform, I have a textbox with multiline