In Excel itself, Conditional Formatting menu, one can select the rules within the whole worksheet. Yet, in VBA, FormatConditions is a property of a range, and not a property of the sheet object. How can get that list of FormatConditions which is displayed in the Excel as applying to the whole sheet?