xlCellTypeSameFormatConditions

R

Robbie

Can anyone explain what this constant does as an argument
of SpecialCells?

All the MSDN says about it is, "Cells having the same
format."

Same as WHAT?

If SpecialCells(xlCellTypeSameFormatConditions) returns a
range of all cells of a specified format, then where do
you specify the format?

Perhaps it breaks the range down into areas of identical
formats?

Robbie Geary
 
J

J.E. McGimpsey

rng.SpecialCells(xlCellTypeSameFomatConditions) returns the cells
with the same *conditional* formatting as the first cell in the
range.

Likewise, rng.SpecialCells(xlCellTypeAllFormatConditions) returns
all the cells in the range with conditional formatting.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top