Hello!
I want to create words statistic. Someone on a polish forum help me with this, but partially. In this moment "my" code output the following results: words, frequency of occurence, and page number.
Option Explicit
Option Compare Text
Sub Test()
'based on...
Hello!
The problem is:
I need to find the four cell that have the same value "99" in below configurations
A B C D
1 99
2 99
3 99
4 99
A B C D
1 99
2 99
3 99
4 99
Can anyone help me?
Thanks for everyone!
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.