I have a program that cycles through each worksheet tab and asks the user if he/she wants to delete the worksheet, and they answer yes or no and the program acts accordingly. What I would like to do is load all of the worksheet names into a form and have the user go through and check/highlight the worksheets they want to delete, and then hit ok, and have the program delete the tabs they selected. How would I go about doing this? Thanks in advance!