OK, I have a listbox which is populated with a list of worksheet names in my workbook.
People can select multiple sheets names in the listbox. I would then like to be able to press a button which will print the selected sheets but I'm struggling to get anywhere with this.
What code would I use to convert the selected listbox values into worksheets so I can use Worksheets("Selectedsheet").PrintOut?
thanks
People can select multiple sheets names in the listbox. I would then like to be able to press a button which will print the selected sheets but I'm struggling to get anywhere with this.
What code would I use to convert the selected listbox values into worksheets so I can use Worksheets("Selectedsheet").PrintOut?
thanks