View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
newbie newbie is offline
external usenet poster
 
Posts: 137
Default change font color by groups with VBA

I have 64 rows x 90 columns of hard data, grouped by R1, R2, R3 and R4 in
rows. Below this I have formulated data which I would like to set font color
by groups after the hard data is sorted by any number of results. How can I
change the font color of all the formulated data by their respective groups
with VBA code?

R1 data data data data start low high stdev growth
R2 data data data data start low high stdev growth


--
newwbie