View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
Vasant Nanavati Vasant Nanavati is offline
external usenet poster
 
Posts: 1,080
Default Test for outline level of cell

You would have to write a custom function to return the outline level and
then you could use it like any ordinary Excel function.
__________________________________________________ _______________________


"fgrose" wrote in message
...
Thank you.

Is there a macro or VBA function that could interoperate with the SUMIF()
or
SUMPRODUCT() worksheet functions, or would I have to replace them with my
own
code that reads the outlinelevel property?

Should I post the question in the Excel programming forum?