Hi
I asked this question a while back and AlphaFrog helped me.
Thank you AlphaFrog
I am finally able to work in the workbook.
I changed MultiSelect in the properties box from 0-MultiSelectSingle to
1-MultiSelectMulti
When I click on the Command button nothing happens.

I have a userform in sheet 2 that refers to data in sheet 1
I’m trying to have multiple choices print.
The list box contains the letters A to Z,
Here is the code for the command button: I shortened it for clarity:
HTML Code: 
A-A sends the cursor to sheet 1 where the ranges A to Z are.
AA-A sends the cursor back to sheet 2

I changed the MultiSelect back to 0-MultiSelectSingle to make sure the code works.
It did.

Mike