Hello, I am trying to find the vba to count the number ofwords in a cell, and have it run down to the last row.
Manually I have worked out the formula which is which iscurrently in column AB
=LEN(TRIM(P2))-LEN(SUBSTITUTE(P2," ",""))+1
I have been searching the internet, and found a code...