I have the following code which will delete a sheet from the spreadsheet when it is selected in the userform, but I need this also to be deleted from the list in the userform so that it is not there next time it is opened.
I have tried:
listbox1.removeitem(lItem) before the endif, but this...