When you have a Spreadsheet and there are n sheets on its workbook, I'd like to either get the Index of the Worksheet that is being Removed (or is Removed) or the Sheet itself when it is being removed (but when it is already removed before then I won't be able to use it to retrieve the index)
Is that possible?
The nearest event I saw was the Context Changed event of the Workbook element, but I couldn't figure it out.