xlSheetType as listed on the doc.microsoft.com webpage is incorrect
I noticed an error on the MS documentation website: xlChart as a VBA constant in Excel is not defined with the correct value (the "sheet.type" for a chart sheet is 3, not xlChart).
Can the correction of the value of xlChart be considered in a future update of Excel please?