rossmcl
Programmer
- Apr 18, 2000
- 128
I have a couple of basic Excel VBA questions:
1. I want to check a range for the number of cells with an "A". Is there an easy way, other than to loop through the cells one by one.
2. For looping through columns, is there an easy way to convert from A, B C type columns to R1C! reference style (ie you can use a Count in R1C1 format, but how can you loop (ie +1 each time) when you are in A,B,C,D column name style.
Thanks
Ross
1. I want to check a range for the number of cells with an "A". Is there an easy way, other than to loop through the cells one by one.
2. For looping through columns, is there an easy way to convert from A, B C type columns to R1C! reference style (ie you can use a Count in R1C1 format, but how can you loop (ie +1 each time) when you are in A,B,C,D column name style.
Thanks
Ross