What is the code to count the total words and total letters from textbox1 then listing the number of times a particular word is displayed in listbox1? Now the totals must be displayed in some other box separate from the listbox. A command button (we'll call it "parse")will execute the whole action when clicked on.
thanks