I need to find a way to identify if a cell was aligned to the right, left or center. I was able to validate if the cell contained either a values or text (istext, isnumber) or if it contained certain types of format (cell("format",_) or cell("type",_)). Does anybody know a way? Thanks!