S
sonicscooter
Yesterday Joel was kind enough to help me by sending this as a better way of
writng what i had done, it works perfectly, but is there a way that i can use
it to access several ranges, ie instead of just using say A1:A10 > B1:B10, by
making, For RowCount = 1 To 10, can i have BB1:A10 > B1:B10
BC1:A10 > C1:B10
BD:A10 > D1:B10
Many thanks.
Private Sub Worksheet_Calculate()
writng what i had done, it works perfectly, but is there a way that i can use
it to access several ranges, ie instead of just using say A1:A10 > B1:B10, by
making, For RowCount = 1 To 10, can i have BB1:A10 > B1:B10
BC1:A10 > C1:B10
BD:A10 > D1:B10
Many thanks.
Private Sub Worksheet_Calculate()