View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Ron Rosenfeld Ron Rosenfeld is offline
external usenet poster
 
Posts: 5,651
Default Can one test for Excel cell format patterns?

On Thu, 17 May 2007 17:48:01 -0700, genie56
wrote:

Is there a method to test cells to determine their format patterns?


Yes, and which you use depends on what property you are looking to test.

..borders
..color
..numberformat

are just a few.




--ron