Hi,
Im using
in order to find 3 different rows that contain the a value
and then to use the 3rd cell on the right.
(100 are the nr. of all the rows I have)
After, that i need to delete these 3 rows but one after the other (offcourse)
Is it possible
a) to propose a better method
b) to show me how can I find the coordinates of the3 rows I found ?
Thanks
Kotzo
Im using
Code:
For counter=1 To 100
c=activesheet.cells.find(a).offset(0,3).value
d=c/10 [I] This is an example of the computations[/I]
' ********** DELETE THE ROW ***************
Next counter
in order to find 3 different rows that contain the a value
and then to use the 3rd cell on the right.
(100 are the nr. of all the rows I have)
After, that i need to delete these 3 rows but one after the other (offcourse)
Is it possible
a) to propose a better method
b) to show me how can I find the coordinates of the3 rows I found ?
Thanks
Kotzo