View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve Steve is offline
external usenet poster
 
Posts: 1,814
Default formatting & programming

is there a code to go through by rows and find when a certain cell border
comes up? For example, if i have rows lumped in groups of three, and each
set of three is seperated by the double line border.

is there a way to tell it to group (Datat--Group) these three together
based on the fact that they are withing this border?

for example, (i would not know how to program this)

search row by row
when it finds the double line, start grouping.
when it finds the double line again, stop that group and start another one

thanks
steve