I have eight letters (LHWMPISA), and I need to generate all the combinations, specifying the size of the subset. e.g. all combinations that include 5 letters.

How can I do this?

I've looked through all the past threads and tried the answers, including Myra's code, but can't get this to work.