M
Michael168
Hello,VBA Experts here
I need a vba code to run from row 10 until the last row in a worksheet
The last row is not fix.
Presntly I am using the array formula as below for counting.
Cell K10 : {=SUM(COUNTIF($A10:$J10,$A$1:$A$7))}
Cell L10 : {=SUM(COUNTIF($A10:$J10,$B$1:$B$7))}
Cell M10 : {=SUM(COUNTIF($A10:$J10,$C$1:$C$7))}
Cell N10 : {=SUM(COUNTIF($A10:$J10,$D$1:$D$7))}
Thanks,
Michael
I need a vba code to run from row 10 until the last row in a worksheet
The last row is not fix.
Presntly I am using the array formula as below for counting.
Cell K10 : {=SUM(COUNTIF($A10:$J10,$A$1:$A$7))}
Cell L10 : {=SUM(COUNTIF($A10:$J10,$B$1:$B$7))}
Cell M10 : {=SUM(COUNTIF($A10:$J10,$C$1:$C$7))}
Cell N10 : {=SUM(COUNTIF($A10:$J10,$D$1:$D$7))}
Thanks,
Michael