I need to find out if a sheet is hidden using an Excel 4 macro function / Excel SDK, preferably getting XlSheetVisibility value (i.e. xlSheetHidden, xlSheetVeryHidden, xlSheetVisible).
I would expect this kind of query to be possible by GET.DOCUMENT() but that doesn't seem to be the case.
I also looked into GET.WORKBOOK() and GET.WORKSPACE() to no avail.
Is there a way to do this thru a macro function without resorting to VBA?