hi,
thanks... so now i would lke to take the code further by changing the
conditional formatting dynamically also...
i now have...
Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlLessEqual,
Formula1:="=round(h17,3)<=$G$17.
so would i change the preceding to...
Selection.FormatConditions.Add Type:=xlCellValue, Operator:=xlLessEqual,
Formula1:="=round(x & 17,3)<=$G$17.
am i onthe right track?
thanks in advance,
geebee
> try
> cells(17,x).select
[quoted text clipped - 16 lines]
> > thanks in advance,
> > geebee